Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuzukitsuru/lessampler
lessampler is a Singing Voice Synthesizer
https://github.com/yuzukitsuru/lessampler
dsp openutau singing-synthesis singing-voice svs synthesis synthesizer utau voice voice-synthesis
Last synced: 29 days ago
JSON representation
lessampler is a Singing Voice Synthesizer
- Host: GitHub
- URL: https://github.com/yuzukitsuru/lessampler
- Owner: YuzukiTsuru
- License: lgpl-3.0
- Created: 2019-09-18T02:56:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-11T09:26:04.000Z (about 2 years ago)
- Last Synced: 2024-07-30T19:46:25.371Z (5 months ago)
- Topics: dsp, openutau, singing-synthesis, singing-voice, svs, synthesis, synthesizer, utau, voice, voice-synthesis
- Language: C++
- Homepage: http://www.gloomyghost.com/lessampler/
- Size: 19 MB
- Stars: 69
- Watchers: 9
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
lessampler
lessampler is a Singing Voice Synthesizer [WIP][![forthebadge](https://forthebadge.com/images/badges/contains-cat-gifs.svg)](https://forthebadge.com)
## 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](https://github.com/YuzukiTsuru/lessampler/releases)
## Demo
## Feature
- Multiple models
- [x] World
- [ ] llsm
- Global Transform Control
- [x] Precise Pitch Shift and Time Stretch
- [x] FFT Size, Samples Number, Estimation Floor and so on
- [ ] Support breath sound generation
- [ ] Support timbre gender change
- Multiple Interactive Interfaces
- [x] [UTAU](http://utau2008.xrea.jp/) Interface
- [ ] [OpenUTAU](https://github.com/stakira/OpenUtau) Interface
- [ ] Library Interface
- Nerual Network Vocoder
- [ ] Voice Conversion and Audio Style Transfer
- [ ] Noise reduction enhanced MOS## Build Status
| Ubuntu | Windows | macOS |
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
| [![CMake Ubuntu](https://github.com/YuzukiTsuru/lessampler/actions/workflows/cmake-ubuntu.yml/badge.svg)](https://github.com/YuzukiTsuru/lessampler/actions/workflows/cmake-ubuntu.yml) | [![CMake Windows](https://github.com/YuzukiTsuru/lessampler/actions/workflows/cmake-windows.yml/badge.svg)](https://github.com/YuzukiTsuru/lessampler/actions/workflows/cmake-windows.yml) | [![CMake macOS](https://github.com/YuzukiTsuru/lessampler/actions/workflows/cmake-macos.yml/badge.svg)](https://github.com/YuzukiTsuru/lessampler/actions/workflows/cmake-macos.yml) |## Build from source
```
git clone --recursive --depth 1 https://github.com/YuzukiTsuru/lessampler
mkdir build && cd build
cmake .. && make -j
```## Special Thanks
[@shine5402](https://github.com/shine5402)
[@hyperzlib](https://github.com/hyperzlib)## License
```
Copyright (c) 2022. YuzukiTsuru .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 .
```