mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
14 lines
665 B
Plaintext
14 lines
665 B
Plaintext
|
gTTS (Google Text-to-Speech), a Python library and CLI tool to interface with
|
||
|
Google Translate's text-to-speech API. Write spoken mp3 data to a file, a
|
||
|
file-like object (bytestring) for further audio manipulation, or stdout.
|
||
|
|
||
|
Or simply pre-generate Google Translate TTS request URLs to feed to an external
|
||
|
program.
|
||
|
|
||
|
Customizable speech-specific sentence tokenizer that allows for unlimited
|
||
|
lengths of text to be read, all while keeping proper intonation, abbreviations,
|
||
|
decimals and more; Customizable text pre-processors which can, for example,
|
||
|
provide pronunciation corrections; Automatic retrieval of supported languages.
|
||
|
|
||
|
WWW: https://github.com/pndurette/gTTS
|