0.0.16

gradio-app/fastrtc0.0.16Mar 19, 2025by freddyaboulton

AI Summary

Renamed the Vad Gallery to Turn Taking Gallery and expanded the cookbook with examples for Electron apps, on-device Whisper, and Azure OpenAI. Fixed audio mixing issues and added a path argument for mounting streams.

Key Highlights

  • Gallery rename to Turn Taking Gallery
  • New cookbook examples (Electron, Whisper, Azure)
  • Audio mixing sample rate fix

New Features

  • Path argument for Stream.mount
  • Fastphone bug fix
  • Documentation import fixes

Full Release Notes

## What's Changed
* Rename the Vad Gallery to Turn Taking Gallery by @freddyaboulton in https://github.com/freddyaboulton/fastrtc/pull/173
* add fastrc with Elecron app example to cookbook by @swairshah in https://github.com/freddyaboulton/fastrtc/pull/178
* Add on-device whisper example to cookbook by @sofi444 in https://github.com/freddyaboulton/fastrtc/pull/179
* Add example for "Talk to Azure OpenAi" by @MLYengineering in https://github.com/freddyaboulton/fastrtc/pull/181
* Fix Fastphone bug with latest gradio version by @freddyaboulton in https://github.com/freddyaboulton/fastrtc/pull/183
* Fix outdated import in docs by @vvolhejn in https://github.com/freddyaboulton/fastrtc/pull/185
* Fix issue when the audio stream mixes sample rates and numpy array data types by @freddyaboulton in https://github.com/freddyaboulton/fastrtc/pull/188
* Add path argument to Stream.mount to let developers mount multiple streams in the same app easily by @freddyaboulton in https://github.com/freddyaboulton/fastrtc/pull/189
* Bump version to 0.0.16 by @freddyaboulton in https://github.com/freddyaboulton/fastrtc/pull/190

## New Contributors
* @swairshah made their first contribution in https://github.com/freddyaboulton/fastrtc/pull/178
* @sofi444 made their first contribution in https://github.com/freddyaboulton/fastrtc/pull/179
* @MLYengineering made their first contribution in https://github.com/freddyaboulton/fastrtc/pull/181
* @vvolhejn made their first contribution in https://github.com/freddyaboulton/fastrtc/pull/185

**Full Changelog**: https://github.com/freddyaboulton/fastrtc/compare/0.0.15...0.0.16