Bangla TTS
Bangla text to speech synthesis in python
Bangla text to speech
Multilingual (Bangla, English) real-time ([almost] in a GPU) speech synthesis library.
Installation
--------------------------------------
* Install Anaconda
* conda create -n new_virtual_env python==3.6.8
* conda activate new_virtual_env
* pip install -r requirements.txt
* While running for the first time, keep your internet connection on to download the weights of the speech synthesis models (>500 MB)
* For fast...