natural-speech-pytorch icon indicating copy to clipboard operation
natural-speech-pytorch copied to clipboard

How to use the code in this repository?

Open a-t-0 opened this issue 2 years ago • 0 comments

Hi, thank you for sharing your work. I was wondering whether you could enlighten me on how to use this code. I was under the impression that this code enables one to convert "some text into spoken audio fragments". In an attempt to do so, I have tried:

Usage

Note that downloading the model and required packages may take a few minutes To convert your own text into audio, you can run the following commands:

python [setup.py](http://setup.py/) install
cd natural_speech_pytorch
python natural_speech_pytorch.py

However, that does nothing, and I was not able to find a location to input text, nor in the build directory.

a-t-0 avatar Jul 08 '22 23:07 a-t-0