# lessampler
**Repository Path**: GloomyGhost/lessampler
## Basic Information
- **Project Name**: lessampler
- **Description**: lessampler is a Singing Voice Synthesizer
- **Primary Language**: Unknown
- **License**: LGPL-3.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2022-09-30
- **Last Updated**: 2022-11-11
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
lessampler
lessampler is a Singing Voice Synthesizer [WIP]
[](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 |
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
| [](https://github.com/YuzukiTsuru/lessampler/actions/workflows/cmake-ubuntu.yml) | [](https://github.com/YuzukiTsuru/lessampler/actions/workflows/cmake-windows.yml) | [](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 .
```