Releases: mideind/Icespeak
Releases · mideind/Icespeak
v0.3.7
v0.3.5
What's Changed
- OpenSSL 3.0.* support by @sultur in #9
- Explicitly ignore extra env variables. by @sultur in #11
- Add support for OpenAI voices. by @eliasbe in #12
- Allow audio cache size of 0 (disables caching) by @sveinbjornt in #13
Full Changelog: v0.3.4...v0.3.5
v0.3.4
What's Changed
- Evaluate tts by @KariSt1 in #4
- Citest by @sveinbjornt in #5
- Abbrev fix by @sultur in #6
- Enable override on API keys for external services by @thelgason in #7
Full Changelog: v0.3.3...v0.3.4
v0.3.3
- Greatly improved logging.
icespeak
is now the root logger and should in most cases be set to log levelINFO
. - Export
icespeak.TTSOutput
. - Tiro TTS disabled temporarily.
- (Fixed links and images on PyPI.)
Full Changelog: v0.3.2...v0.3.3
v0.3.2
Small fixes to links.
Full Changelog: v0.3.1...v0.3.2
v0.3.1
v0.3.0
- Changes to public facing API,
text_to_speech
renamed totts_to_file
, and now returns named tuple. - Improved README.
Full Changelog: v0.2.0...v0.3.0
v0.2.0
v0.1.1
- Make
token_transcribe
configurable with sensible defaults. - Export
fast_transcribe
wrapper fortoken_transcribe
, along with the available voices. - Add information about the language of each voice, allow aliases for voices (only use voice_id internally).
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Implemented faster but less accurate transcribing function, which doesn't rely on parsing text.
Full Changelog: v0.1.0-alpha...v0.1.0