Releases: freddyaboulton/fastrtc
Releases Β· freddyaboulton/fastrtc
0.0.14
Main Features
Ability to load community VAD and Text-to-Speech Models
What's Changed
- Adding nextjs + 11labs + openai streaming demo by @rohanprichard in #139
- Add Method for loading community Vad Models by @freddyaboulton in #136
- Community STT models by @freddyaboulton in #147
- Community stt models by @freddyaboulton in #149
- fix: unused user-provided Silero option by @CuriousMonkey7 in #150
- Raise WebRTC Errors in "Receive" case by @freddyaboulton in #151
- Raise error if code in any part of video processing fails by @freddyaboulton in #153
- fix: ensure 'model' is copied in ReplyOnPause.copy() by @CuriousMonkey7 in #155
- Fix Warning in Advanced Configuration by @freddyaboulton in #157
- Add microphone mute by @freddyaboulton in #158
- Added to gallery by @Codeblockz in #159
- Copy Model on ReplyOnStopWords by @freddyaboulton in #160
- Add docs on how to contribute by @freddyaboulton in #161
- Release 0.0.14 by @freddyaboulton in #164
New Contributors
- @rohanprichard made their first contribution in #139
- @Codeblockz made their first contribution in #159
Full Changelog: 0.0.13...0.0.14
0.0.13
What's Changed
- Fix kokoro batch issue by @freddyaboulton in #128
- Fix kokoro batch issue by @freddyaboulton in #133
- UnboundLocalError: local variable 'button' referenced before assignment by @akjava in #126
- Improve Interruption Handling by @freddyaboulton in #134
- feat: Added documentation for twilio integration by @mahimairaja in #125
- Simplify Cloudflare config with new endpoint by @mhart in #135
- Add subtitle to UIArgs by @freddyaboulton in #137
- Some video send-receive bug fixes by @freddyaboulton in #145
- Release 0.0.13 by @freddyaboulton in #146
New Contributors
- @akjava made their first contribution in #126
- @mahimairaja made their first contribution in #125
Full Changelog: 0.0.11...0.0.13
0.0.12
What's Changed
- Clean up interrupted generators in ReplyOnPause/ReplyOnStopWords by @freddyaboulton in #124
- Link + doc fixes
Full Changelog: 0.011...0.0.12
Version 0.0.11
- ReplyOnPause and ReplyOnStopWords can now be interrupted by default. This means that if the user starts to speak while the generator is running, the generator will be interrupted and the new response will start.
Also included some minor fixes to some transcription demos.