-
### The problem
Google Translate text-to-speech integration lacks support for the "yue" language (Cantonese), which is available in the gTTS library starting from version 2.5.3.
### What version…
cckit updated
3 weeks ago
-
I'm always frustrated when I want to quickly learn the meaning of a word or phrase but have to look it up manually and read the definition. It would be much more convenient if I could just input a str…
-
Is there any way to don't save generated speech to file, but store it in variable (simply in bytes) like in gTTS?
-
Hi I've been having some issues trying to import playsound and gTTS and I don't know what to do
I have already install playsound and gTTS
from playsound import playsound
from gtts import gTTS
…
-
## Description of bug / unexpected behavior
After installing manim-voiceover I checked installation with gtts-example.py running
```
manim -pql gtts-example.py --disable_caching GTTSExample
``…
-
Hello Dev,
thanks for making djagno gtts app. I'm trying to integrate with my django project (following your instruction) but getting the following error:
```
return _bootstrap._gcd_import(name[l…
-
Should we add a brew formula for gTTS ?
For that , we also need to add an installation script to the repo.
-
At various places in the code few of the values have been hardcoded. Need to remove them or move values into configuration files.
- [ ] https://github.com/samyakbhuta/gtts/blob/master/project/ss/engin…
-
Hi there,
The below instructions are in linux/mac whereas your python code is in window
$ pip install numpy
$ pip install PIL
$ pip install opencv-python
$ pip install pytesseract
$ …
-
I've been thinking about the flooding problem (when players flood TTS with the same word and you get a ban from GoogleTranslate). Reuse already spoken phrases by building a cache of them.
If I read…