Skip to content

Egor-oop/xtts_reading

Repository files navigation

Book synthesizing with coqui xtts-v2

To run the script, create a virtual environment and install dependencies

Create environment
python3 -m venv venv
Activate environment

Unix

source venv/bin/activate

Win

venv\Scripts\activate
Install dependencies
pip install -r requirements.txt
Run script
python main.py

Providing reference audio and book to synthesize

You need to edit the if __name__ == '__main__' part:

if __name__ == '__main__':
    main('YOUR BOOK NAME',
         ['LIST OF AUDIO SAMPLES'])

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages