0.0.17
gradio-app/fastrtc0.0.17Mar 21, 2025by freddyaboulton
AI Summary
Added JavaScript assets for the UI, enforced PEP 561 compliance with a `py.typed` file, and added support for Trickle ICE and the HumAwareVAD model.
Key Highlights
- Added JS assets
- PEP 561 compliance (py.typed)
- Trickle ICE support
New Features
- HumAwareVAD model support
- Video fixes
Full Release Notes
## What's Changed * Add js assets by @freddyaboulton in https://github.com/freddyaboulton/fastrtc/pull/192 * Create py.typed by @vvolhejn in https://github.com/freddyaboulton/fastrtc/pull/196 * Added HumAwareVAD to VAD Gallery by @CuriousMonkey7 in https://github.com/freddyaboulton/fastrtc/pull/194 * Minor formating change to the turn gallery by @freddyaboulton in https://github.com/freddyaboulton/fastrtc/pull/197 * Some Video Fixes by @freddyaboulton in https://github.com/freddyaboulton/fastrtc/pull/200 * Add support for trickle ice by @freddyaboulton in https://github.com/freddyaboulton/fastrtc/pull/193 * trigger release by @freddyaboulton in https://github.com/freddyaboulton/fastrtc/pull/201 **Full Changelog**: https://github.com/freddyaboulton/fastrtc/compare/0.0.16...0.0.17