Skip to content

Releases: mideind/Icespeak

v0.3.7

29 Oct 23:39
31760f4
Compare
Choose a tag to compare
  • API keys are now read from ENV (if present)

v0.3.5

10 Oct 17:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.4...v0.3.5

v0.3.4

12 Mar 13:28
25e2866
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.3...v0.3.4

v0.3.3

15 Sep 11:52
Compare
Choose a tag to compare
  • Greatly improved logging. icespeak is now the root logger and should in most cases be set to log level INFO.
  • Export icespeak.TTSOutput.
  • Tiro TTS disabled temporarily.
  • (Fixed links and images on PyPI.)

Full Changelog: v0.3.2...v0.3.3

v0.3.2

10 Sep 19:05
Compare
Choose a tag to compare

Small fixes to links.

Full Changelog: v0.3.1...v0.3.2

v0.3.1

08 Sep 13:43
Compare
Choose a tag to compare
  • Improved CLI interface using typer 🎉
  • Fix reading variables from .env file.

What's Changed

  • Migrate CLI interface to typer library by @sultur in #3

Full Changelog: v0.3.0...v0.3.1

v0.3.0

04 Sep 11:16
Compare
Choose a tag to compare
  • Changes to public facing API, text_to_speech renamed to tts_to_file, and now returns named tuple.
  • Improved README.

Full Changelog: v0.2.0...v0.3.0

v0.2.0

03 Sep 23:36
e13a7ff
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.2.0

v0.1.1

30 Aug 15:24
Compare
Choose a tag to compare
  • Make token_transcribe configurable with sensible defaults.
  • Export fast_transcribe wrapper for token_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

29 Aug 15:50
Compare
Choose a tag to compare

Implemented faster but less accurate transcribing function, which doesn't rely on parsing text.

Full Changelog: v0.1.0-alpha...v0.1.0