https://github.com/SoulMelody/LibreSVIP
A universal converter for singing voice projects which is cross-platform and multi-lingual
https://github.com/SoulMelody/LibreSVIP
cli conversion cross-platform dataclasses file-format material-design parser pydantic python qml serialization singing-voice-synthesis webui
Last synced: 5 months ago
JSON representation
A universal converter for singing voice projects which is cross-platform and multi-lingual
- Host: GitHub
- URL: https://github.com/SoulMelody/LibreSVIP
- Owner: SoulMelody
- License: mit
- Created: 2023-02-18T03:01:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T23:36:45.000Z (6 months ago)
- Last Synced: 2024-10-30T01:52:53.299Z (6 months ago)
- Topics: cli, conversion, cross-platform, dataclasses, file-format, material-design, parser, pydantic, python, qml, serialization, singing-voice-synthesis, webui
- Language: Python
- Homepage: https://soulmelody.github.io/LibreSVIP/
- Size: 10.1 MB
- Stars: 37
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# LibreSVIP
[](https://pypi.org/project/libresvip/)
[](https://pypi.org/project/libresvip/)
[](https://pypi.org/project/libresvip/)
[](https://github.com/astral-sh/ruff)
[](https://mypy-lang.org/)
[](https://opensource.org/licenses/MIT)
[](https://github.com/SoulMelody/LibreSVIP/actions/workflows/package.yml?query=workflow%3APackaging)
[](https://soulmelody.github.io/libresvip-pwa/lab/index.html)LibreSVIP is a cross-platform and universal converter for many Singing Voice Synthesis (aka SVS) project formats.
## Installation
Download from github releases: [Releases](https://github.com/SoulMelody/LibreSVIP/releases)
Alternatively, you can install LibreSVIP with desktop support via pip (requires python 3.9+):
```bash
pip install libresvip[desktop]
```## Translations

If you also want to add or contribute to a translation, check [LibreSVIP's page on Crowdin](https://crowdin.com/project/libresvip).
## References
This project is highly inspired by following projects:
- [OpenSVIP](https://github.com/yqzhishen/opensvip)
- [Utaformatix3](https://github.com/sdercolin/utaformatix3)Other projects that are related to this project:
- [QNrbf](https://github.com/SineStriker/QNrbf)
The following article will give you a brief introduction about python libraries for text and binary parsing:
- [Parsing In Python: Tools And Libraries](https://tomassetti.me/parsing-in-python/)
## License
LibreSVIP is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).