v1.0.2
kyutai-labs/pocket-ttsv1.0.2Jan 20, 2026by vvolhejn
AI Summary
A maintenance release focused on infrastructure improvements, offline support, and expanding community integrations. Added support for additional audio formats and offline usage.
Key Highlights
- Pinned file versions for offline use
- Added support for MP3 and other audio formats for reference voices
- Added Colab example
- Added alternative implementations section (Rust, MLX, Wyoming)
- Added Projects Using section
New Features
- MP3 and other audio format support for voice cloning
- Offline usage support
- KV cache slicing for voice model state
Full Release Notes
## What's Changed * Pin the versions of the files we're using and allow offline use by @gabrieldemarmiesse in https://github.com/kyutai-labs/pocket-tts/pull/27 * Update logo by @vvolhejn in https://github.com/kyutai-labs/pocket-tts/pull/34 * Add rules and some other misc notes by @gabrieldemarmiesse in https://github.com/kyutai-labs/pocket-tts/pull/35 * Add 'Projects Using' Section by @lukasmwerner in https://github.com/kyutai-labs/pocket-tts/pull/45 * Do not use auth in the CI by @gabrieldemarmiesse in https://github.com/kyutai-labs/pocket-tts/pull/53 * Use an environment to push to pypi by @gabrieldemarmiesse in https://github.com/kyutai-labs/pocket-tts/pull/54 * add link for pocket-tts-wyoming project by @ikidd in https://github.com/kyutai-labs/pocket-tts/pull/48 * Add the Rust version in alternative implementations by @gabrieldemarmiesse in https://github.com/kyutai-labs/pocket-tts/pull/55 * Slice the kvcache when getting the model state for a given voice by @Arihant25 in https://github.com/kyutai-labs/pocket-tts/pull/32 * Add Colab example by @vvolhejn in https://github.com/kyutai-labs/pocket-tts/pull/67 * feat(voice/clone): support MP3 and other audio formats for reference voices by @Und3rf10w in https://github.com/kyutai-labs/pocket-tts/pull/20 ## New Contributors * @vvolhejn made their first contribution in https://github.com/kyutai-labs/pocket-tts/pull/34 * @lukasmwerner made their first contribution in https://github.com/kyutai-labs/pocket-tts/pull/45 * @ikidd made their first contribution in https://github.com/kyutai-labs/pocket-tts/pull/48 * @Arihant25 made their first contribution in https://github.com/kyutai-labs/pocket-tts/pull/32 * @Und3rf10w made their first contribution in https://github.com/kyutai-labs/pocket-tts/pull/20 **Full Changelog**: https://github.com/kyutai-labs/pocket-tts/compare/v1.0.1...v1.0.2