mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
d02141c9eb
Latest version of games/py-mnemosyne requires new dependencies. This commit adds the missing dependencies: - audio/py-gtts - security/py-gtts-token (required by audio/py-gtts) - textproc/py-googletrans The games/py-mnemosyne port needs to be limited to Python 3.7+ to keep the dependency chains intact. This is because textproc/py-googletrans depends on www/py-httpx which is only for Python 3.7+. PR: 247595 Submitted by: kai Reported by: gspurki@gmail.com Approved by: tcberner (mentor) MFH: 2020Q3 Differential Revision: https://reviews.freebsd.org/D25895
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
|