Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 635 Bytes

README.md

File metadata and controls

35 lines (30 loc) · 635 Bytes

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'])