tts-tui v0.9.1
·
42 commits
to main
since this release
0.9.1 - 2026-07-21
Features
- Added support for Deepgram's early-access Flux TTS model, including all 12
flux-*-envoices, selectable alongside Aura and Aura-2 in the Voices panel. - Omitted the
speedandnormalize_volumequery parameters for Flux requests, since Flux does not document support for them, and logged a note when either setting was active but ignored.
Fixes
- Fixed audible static/pop artifacts during playback by opening the audio output device (
rodio::OutputStream) once at startup and reusing it for every play, instead of closing and reopening it on each individual playback. Only a lightweightSinkis created per play now. - Included full request details (URL, headers, body) in Deepgram and SageMaker TTS error messages to make failures easier to diagnose.
Documentation
- Documented the full Flux voice catalog and
/v2/speakrouting behavior in the README.