Waifu Speech is a program for changing voices into female anime voices.
If you look at the diagram there are 4 processes in this program. Because Voicevox only supports Japanese, it needs to change the text of the audio that we previously processed into JapaneseTo run this very simple program, you need Python version 3.7++ because this program uses Python, so make sure you have Python installed on your computer.
- Windows, Linux, Mac
pip install -r requirements.txt
- I'm not sure it will work on all platforms but you can give it a try. I tried it on linux
If already installed
python3 main.py
or
python main.py
(I'm using the first method because im using python 3.xx)
- Linux
If there are problems when converting audio, try installing flac
Activate debug mode if the error persists to view the error log. Don't forget to send the error log to the issue to be fixed