yoosif0 / arabic-tacotron-tts

End to end Arabic TTS system based on tacotron
MIT License
119 stars 35 forks source link

Demo without server #5

Closed m0ckingbird23 closed 3 years ago

m0ckingbird23 commented 5 years ago

Hey,

i was wondering how can i demo the model without a server , for example the input is a txt file where i have put all text sentences i would like to be synthesized then i get set of wav files for each sentence

ghost commented 5 years ago

@youssefsharief

yoosif0 commented 4 years ago

You can do this. You can check what does the synthesize.py file calls and modify the code to save the wav files to a specific folder for example.