0.0.19
gradio-app/fastrtc0.0.19Mar 31, 2025by freddyaboulton
AI Summary
Reorganized galleries into a 'Plugin Ecosystem' and added the Kroko-ASR model. Added backend stream closing functionality and a context retrieval function.
Key Highlights
- Plugin Ecosystem gallery reorganization
- Kroko-ASR model addition
- Backend stream closing support
New Features
- get_context function for retrieving WebRTC ID
- Gallery rewording
Full Release Notes
## What's Changed * Add text-to-speech-gallery + reword galleries to be "Plugin Ecosystem" by @freddyaboulton in https://github.com/freddyaboulton/fastrtc/pull/218 * Remove twice instantiated event by @marcusvaltonen in https://github.com/freddyaboulton/fastrtc/pull/221 * Add Kroko-ASR model to STT gallery by @sgarg26 in https://github.com/freddyaboulton/fastrtc/pull/219 * Close Stream from Backend by @freddyaboulton in https://github.com/freddyaboulton/fastrtc/pull/222 * Add get_context function that can be used to retrieve the webrtc id by @freddyaboulton in https://github.com/freddyaboulton/fastrtc/pull/223 * Trigger 0.0.19 release by @freddyaboulton in https://github.com/freddyaboulton/fastrtc/pull/226 ## New Contributors * @marcusvaltonen made their first contribution in https://github.com/freddyaboulton/fastrtc/pull/221 * @sgarg26 made their first contribution in https://github.com/freddyaboulton/fastrtc/pull/219 **Full Changelog**: https://github.com/freddyaboulton/fastrtc/compare/0.0.18...0.0.19