KoljaB/RealtimeTTS

Get a wav file

Closed this issue · 2 comments

I use the GTTS engine,

How to get a wav file instead of playing the voice via speaker?

Please use the output_wavfile parameter like shown here:
https://github.com/KoljaB/RealtimeTTS/blob/master/tests/write_to_file.py

Thanks