gTTS icon indicating copy to clipboard operation
gTTS copied to clipboard

Python library and CLI tool to interface with Google Translate's text-to-speech API

Results 39 gTTS issues
Sort by recently updated
recently updated
newest added

The default voice is female. How can I change to male voice?

## Prerequisites Yes, I have upgraded the gTTS (currently using gTTS==2.2.4), so i don't think there is an issue with the gtts version ## Current Behaviour (steps to reproduce) for...

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4. Release notes Sourced from actions/setup-python's releases. v4.0.0 What's Changed Support for python-version-file input: #336 Example of usage: - uses: actions/setup-python@v4 with: python-version-file: '.python-version' #...

dependencies
github_actions

## Prerequisites * [x ] Did you make sure a similar [issue](../) didn't exist? * [x ] Did you update gTTS to the latest? (`pip install --upgrade gTTS`) ## Proposed...

enhancement

## Prerequisites * [*] Did you make sure a similar [issue](../) didn't exist? * [*] Did you update gTTS to the latest? (`pip install --upgrade gTTS`) ## Current Behaviour (steps...

investigation

Hello, i have following code: ``` text = "Hello, my name is Josef." targetLanguage = 'de' tts = gTTS(text, targetLanguage) tts.save("synthesized.mp3") ``` Since i play the output directly after this...

discussion

Add a new row for Burmese (Myanmar) at Localized 'accents'

## Prerequisites * [x] Did you make sure a similar [issue](../) didn't exist? * [x] Did you update gTTS to the latest? (`pip install --upgrade gTTS`) ## Current Behaviour (steps...

### Prerequisites - [x] Did you make sure a similar [issue](https://github.com/pndurette/gTTS/) didn't exist? - [x] Did you update gTTS to the latest? (pip install --upgrade gTTS) ### Proposed Behaviour generate...

Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.6.11 to 5.4.3. Release notes Sourced from pytest's releases. 5.4.3 pytest 5.4.3 (2020-06-02) Bug Fixes #6428: Paths appearing in error messages are now correct in case the...

dependencies
python