Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Bangla Text to Speech.tar.gz | 2020-04-23 | 3.4 MB | |
Bangla Text to Speech.zip | 2020-04-23 | 3.4 MB | |
README.md | 2020-04-23 | 805 Bytes | |
Totals: 3 Items | 6.9 MB | 3 |
Multilingual (Bangla, English) real-time ([almost] in a GPU) speech synthesis library.
Features:
- It works offline.
- Works both on CPU, and GPU (faster inference on GPU).
- It uses a simple parser which will translate numeric keys to corresponding phonetic representation. Example: ১৯৯৭ সালের ২১ জানুয়ারী তে আমার জন্ম হয় will be converted to ['ঊনিশশ সাতানব্বই সালের একুশ জানুয়ারী তে আমার জন্ম হয় '] by the parser.
- It can synthesize arbitrarily long sentences with a simple segment-batch-merge trick.
- It's free to use (even though the performance is not SOTA, but for Bangla, it outperforms almost all the parametric models).