A tool used to translate TEXT to SPEECH(TTS) with Baidu's TTS engine
- TTS engine provider: Baidu
- Multiple process supported.
- Each process has multiple threads.
- Text file input from files folders and command lines.
- Saving speech as raw .wav file.
- Language support: English, Chinese.
by console: ''' python tts_file.py 中文文本文件.txt outwavfile.wav zh
或者英语版:
python tts_file.py sometxtfile.txt outwav.wav en '''