All Projects → YuzukiTsuru → lessampler

YuzukiTsuru / lessampler

Licence: LGPL-3.0 license
lessampler is a Singing Voice Synthesizer

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to lessampler

Dx7 Supercollider
My accurate Yamaha DX-7 clone. Programmed in Supercollider.
Stars: ✭ 395 (+569.49%)
Mutual labels:  dsp, synthesizer, synthesis
Amsynth
Analog Modelling Synthesizer
Stars: ✭ 313 (+430.51%)
Mutual labels:  dsp, synthesizer, synthesis
oddvoices
An indie singing synthesizer
Stars: ✭ 4 (-93.22%)
Mutual labels:  voice, singing-voice, singing-synthesis
Supriya
A Python API for SuperCollider
Stars: ✭ 167 (+183.05%)
Mutual labels:  dsp, synthesizer, synthesis
Main-Supercollider-Files
my supercollider codes, version history is at the branches
Stars: ✭ 21 (-64.41%)
Mutual labels:  dsp, synthesizer, synthesis
Daisysp
A Powerful, Open Source DSP Library in C++
Stars: ✭ 291 (+393.22%)
Mutual labels:  dsp, synthesizer
vult
Vult is a transcompiler well suited to write high-performance DSP code
Stars: ✭ 316 (+435.59%)
Mutual labels:  dsp, synthesizer
Sporth
A small stack-based audio language.
Stars: ✭ 325 (+450.85%)
Mutual labels:  dsp, synthesis
Soundpipe
A lightweight music DSP library.
Stars: ✭ 921 (+1461.02%)
Mutual labels:  dsp, synthesis
glicol
(Audio) graph-oriented live coding language and music DSP library written in Rust
Stars: ✭ 853 (+1345.76%)
Mutual labels:  dsp, synthesizer
Axiom
A powerful realtime node-based audio synthesizer.
Stars: ✭ 599 (+915.25%)
Mutual labels:  dsp, synthesizer
Voiceoffaust
Turn your voice into a synthesizer!
Stars: ✭ 55 (-6.78%)
Mutual labels:  dsp, voice
Vult
Vult is a transcompiler well suited to write high-performance DSP code
Stars: ✭ 272 (+361.02%)
Mutual labels:  dsp, synthesizer
Ofxpdsp
openFrameworks addon for audio synthesis and generative music
Stars: ✭ 255 (+332.2%)
Mutual labels:  dsp, synthesis
Vultmodules
A set of modules written in Vult for VCVRack
Stars: ✭ 114 (+93.22%)
Mutual labels:  dsp, synthesizer
Voc
A physical model of the human vocal tract using literate programming, based on Pink Trombone.
Stars: ✭ 129 (+118.64%)
Mutual labels:  dsp, synthesis
Pyo
Python DSP module
Stars: ✭ 904 (+1432.2%)
Mutual labels:  dsp, synthesis
arm synth
Wavetable Synth Running on an STM32F 32-bit ARM Cortex M3 microprocessor
Stars: ✭ 23 (-61.02%)
Mutual labels:  dsp, synthesizer
korg-prologue
Presets and custom oscillators and effects for Korg Prologue
Stars: ✭ 54 (-8.47%)
Mutual labels:  dsp, synthesizer
Soul
The SOUL programming language and API
Stars: ✭ 1,566 (+2554.24%)
Mutual labels:  dsp, synthesis
lessampler logo

lessampler

lessampler is a Singing Voice Synthesizer [WIP]

forthebadge

Download

Currently lesssampler is still under development, there are many bugs that need to be fixed, but welcome to participate in the test.

You can find the alpha version at Release

Demo

https://www.gloomyghost.com/lessampler/#/demo/

Feature

  • Multiple models
    • World
    • llsm
  • Global Transform Control
    • Precise Pitch Shift and Time Stretch
    • FFT Size, Samples Number, Estimation Floor and so on
    • Support breath sound generation
    • Support timbre gender change
  • Multiple Interactive Interfaces
  • Nerual Network Vocoder
    • Voice Conversion and Audio Style Transfer
    • Noise reduction enhanced MOS

Build Status

Ubuntu Windows macOS
CMake Ubuntu CMake Windows CMake macOS

Build from source

git clone --recursive --depth 1 https://github.com/YuzukiTsuru/lessampler
mkdir build && cd build
cmake .. && make -j

Special Thanks

@shine5402
@hyperzlib

License

 Copyright (c) 2022. YuzukiTsuru <[email protected]>.

  This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License v3.0 as published by
 the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

  You should have received a copy of the GNU Lesser General Public License v3.0
along with this program. If not, see <http://www.gnu.org/licenses/>.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].