{"id":21475489,"url":"https://github.com/yuzukitsuru/lessampler","last_synced_at":"2025-07-25T03:14:52.876Z","repository":{"id":38487093,"uuid":"209204001","full_name":"YuzukiTsuru/lessampler","owner":"YuzukiTsuru","description":" lessampler is a Singing Voice Synthesizer","archived":false,"fork":false,"pushed_at":"2022-11-11T09:26:04.000Z","size":19974,"stargazers_count":73,"open_issues_count":0,"forks_count":5,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-07-15T19:30:40.864Z","etag":null,"topics":["dsp","openutau","singing-synthesis","singing-voice","svs","synthesis","synthesizer","utau","voice","voice-synthesis"],"latest_commit_sha":null,"homepage":"http://www.gloomyghost.com/lessampler/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/YuzukiTsuru.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-09-18T02:56:02.000Z","updated_at":"2025-07-12T19:08:30.000Z","dependencies_parsed_at":"2023-01-22T02:49:21.168Z","dependency_job_id":null,"html_url":"https://github.com/YuzukiTsuru/lessampler","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/YuzukiTsuru/lessampler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuzukiTsuru%2Flessampler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuzukiTsuru%2Flessampler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuzukiTsuru%2Flessampler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuzukiTsuru%2Flessampler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YuzukiTsuru","download_url":"https://codeload.github.com/YuzukiTsuru/lessampler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuzukiTsuru%2Flessampler/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266947689,"owners_count":24010776,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-25T02:00:09.625Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dsp","openutau","singing-synthesis","singing-voice","svs","synthesis","synthesizer","utau","voice","voice-synthesis"],"created_at":"2024-11-23T10:43:12.292Z","updated_at":"2025-07-25T03:14:52.837Z","avatar_url":"https://github.com/YuzukiTsuru.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\u003cimg width=\"80\" src=\"assets/icon_128.gif\" alt=\"lessampler logo\"\u003e\u003c/div\u003e\n\u003ch1 align=\"center\"\u003e\u003cb\u003elessampler\u003c/b\u003e\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  lessampler is a Singing Voice Synthesizer [WIP]\n\u003c/p\u003e\n\n[![forthebadge](https://forthebadge.com/images/badges/contains-cat-gifs.svg)](https://forthebadge.com)\n\n## Download\n***Currently lesssampler is still under development, there are many bugs that need to be fixed, but welcome to participate in the test.***\n\nYou can find the alpha version at [Release](https://github.com/YuzukiTsuru/lessampler/releases)\n\n## Demo\n\u003chttps://www.gloomyghost.com/lessampler/#/demo/\u003e\n\n## Feature\n- Multiple models\n  - [x] World\n  - [ ] llsm\n- Global Transform Control\n  - [x] Precise Pitch Shift and Time Stretch\n  - [x] FFT Size, Samples Number, Estimation Floor and so on\n  - [ ] Support breath sound generation\n  - [ ] Support timbre gender change\n- Multiple Interactive Interfaces\n  - [x] [UTAU](http://utau2008.xrea.jp/) Interface\n  - [ ] [OpenUTAU](https://github.com/stakira/OpenUtau) Interface\n  - [ ] Library Interface\n- Nerual Network Vocoder\n  - [ ] Voice Conversion and Audio Style Transfer\n  - [ ] Noise reduction enhanced MOS\n\n## Build Status\n\n| Ubuntu                                                       | Windows                                                      | macOS                                                        |\n| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |\n| [![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) |\n\n## Build from source\n\n```\ngit clone --recursive --depth 1 https://github.com/YuzukiTsuru/lessampler\nmkdir build \u0026\u0026 cd build\ncmake .. \u0026\u0026 make -j\n```\n\n\n## Special Thanks\n[@shine5402](https://github.com/shine5402)  \n[@hyperzlib](https://github.com/hyperzlib)\n\n## License\n```\n Copyright (c) 2022. YuzukiTsuru \u003cGloomyGhost@GloomyGhost.com\u003e.\n\n  This program is free software: you can redistribute it and/or modify\nit under the terms of the GNU Lesser General Public License v3.0 as published by\n the Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\n  You should have received a copy of the GNU Lesser General Public License v3.0\nalong with this program. If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuzukitsuru%2Flessampler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuzukitsuru%2Flessampler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuzukitsuru%2Flessampler/lists"}