0.0.26
gradio-app/fastrtc0.0.26Jun 5, 2025by freddyaboulton
AI Summary
This release adds VAD-based speech chunking, introduces a text mode, and improves Cloudflare token handling when HF tokens are missing. It also includes fixes for the Gemini demo and documentation updates.
Key Highlights
- VAD-based speech chunking logic
- Text mode support added
- Cloudflare token fallback if HF token is missing
New Features
- Whisper CPP speech to text documentation
- Pass Websocket to context
- Gemini demo fixes
- Typo fixes
Full Release Notes
## What's Changed * chunk speech after s if no pause detected by VAD by @sofi444 in https://github.com/gradio-app/fastrtc/pull/328 * Fix typos by @omahs in https://github.com/gradio-app/fastrtc/pull/330 * Fix gemini demo by @freddyaboulton in https://github.com/gradio-app/fastrtc/pull/332 * Pass Websocket to the context if available by @freddyaboulton in https://github.com/gradio-app/fastrtc/pull/329 * Feat: FastRTC version of Whisper CPP speech to text to Docs by @mahimairaja in https://github.com/gradio-app/fastrtc/pull/324 * Add text mode by @freddyaboulton in https://github.com/gradio-app/fastrtc/pull/321 * [FIX] Allow usage of Cloudflare tokens if hf_token is missing by @sblair12 in https://github.com/gradio-app/fastrtc/pull/338 * Version 0.0.26 by @freddyaboulton in https://github.com/gradio-app/fastrtc/pull/339 ## New Contributors * @omahs made their first contribution in https://github.com/gradio-app/fastrtc/pull/330 * @sblair12 made their first contribution in https://github.com/gradio-app/fastrtc/pull/338 **Full Changelog**: https://github.com/gradio-app/fastrtc/compare/0.0.25...0.0.26