I want to create a large audio dataset using Moe-tts

#25
by PankidT - opened

Hello, I have a large text file called metadata.txt containing many sentences. I want to use Moe-tts to create voice files from this text file without manually entering each sentence into Moe-tts. Is it support to do this way?

You can clone this repository
git lfs install
git clone https://huggingface.co/spaces/skytnt/moe-tts
Then write a script like app.py to read metadata.txt and call tts function for each sentence.

Sign up or log in to comment