简体中文 | English
A toolkit based on open source voice projects,which provides a variety of automated audio tools including speech model training
Functions that are currently included in the toolkit are as follows:
These functions can be seamlessly integrated to form a complete workflow
Users can use these tools selectively according to their own needs, or use them in sequence to gradually transform raw audio files into ideal speech models
I'd like to express my sincere gratitude to the authors of the following projects, as their excellent work has contributed to the implementation of this toolkit
Currently the released versions only support Windows system
Languages that are currently supported/unsupported by the tools are shown as follows:
Tool | Chinese | English | Japnese |
---|---|---|---|
Audio Processor | ✔ | ✔ | ✔ |
Voice Recognizer | ✔ | ✔ | ✔ |
Voice Transcriber | ✔ | ✔ | ✔ |
DataSet Creator | ✔ | ✔ | ✔ |
Voice Trainer | ✔ | ✔ | ✔ |
Voice Converter | ✔ | ✔ | ✔ |
You have two options:
-
Download the lightweight installer: small package comes with installation instructions, but without necessary environmental dependencies and models
-
Download the Ready-to-use portable package: huge package with all environmental dependencies and several model presets, need to unpack after download
Just click on the .exe file or its shortcut
Please make sure that you've installed Python version 3.8 or higher
-
Clone Repository
git clone --recurse-submodules https://github.com/Spr-Aachen/Easy-Voice-Toolkit.git
-
Change directory
%cd Easy-Voice-Toolkit
-
Install pytorch (Command can be get from the official site)
# e.g. (Mind your cuda version,here we take 11.8 as an example) pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu118
-
Install project requirements
pip install -r requirements.txt
-
Install GUI dependency
pip install QEasyWidgets
- Activate GUI
Run.py
Click to use the demo above, or access to Colab and upload Run.ipynb
- Add chatbot (LLM) integration
- Frontend-Backend Separation
- Internationalization
- Add support for Linux OS
- Type: Laptop
- GPU: GTX 1660Ti
- CPU: i5-10300H
- RAM: 16G
- OS: Win10
- Python: 3.9
- Torch: 2.0.1
-
Q: What should I do if the client update / dependency download always fails or gives an error?
A: Use a proxy or switch to the Ready-to-use portable package. -
Q: There are many parameter settings that I don't know how to deal with, what should I do?
A: Just use the default values. -
Q: Free and open source ?
A: Natürlich~♪
Please solve the authorization problem of the dataset on your own. You shall be solely responsible for any problems caused by the use of non-authorized datasets for training and all consequences thereof.The repository and its maintainer have nothing to do with the consequences!
-
This project is established for academic exchange purposes only and is intended for communication and learning purposes. It is not intended for production environments.
-
Any videos based on Easy Voice Toolkit that are published on video platforms must clearly indicate in the description that they are used for voice changing and specify the input source of the voice or audio, for example, using videos or audios published by others and separating the vocals as input source for conversion, which must provide clear original video links. If your own voice or other synthesized voices from other commercial vocal synthesis software are used as the input source for conversion, you must also explain it in the description.
-
You shall be solely responsible for any infringement problems caused by the input source. When using other commercial vocal synthesis software as input source, please ensure that you comply with the terms of use of the software. Note that many vocal synthesis engines clearly state in their terms of use that they cannot be used for input source conversion.
-
Continuing to use this project is deemed as agreeing to the relevant provisions stated in this repository README. This repository README has the obligation to persuade, and is not responsible for any subsequent problems that may arise.
-
If you distribute this repository's code or publish any results produced by this project publicly (including but not limited to video sharing platforms), please indicate the original author and code source (this repository).
-
If you use this project for any other plan, please contact and inform the author of this repository in advance. Thank you very much.
Reference: so-vits-svc
Feel free to contact me at any time, any comments and suggestions will be appreciated:)