Skip to content

Releases: freddyaboulton/fastrtc

0.0.17

21 Mar 01:01
e231f79
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.16...0.0.17

0.0.16

19 Mar 01:44
103381d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.15...0.0.16

0.0.15

13 Mar 23:08
4fb28f3
Compare
Choose a tag to compare

What's Changed

  • feat: Add optional startup function to ReplyOnPause by @Ryu1845 in #170

We've added a new parameter to ReplyOnPause and ReplyOnStopWords called startup_fn. Pass in generator that yields any output data and the assistant will run that generator as soon as a user connects.

More information here: https://fastrtc.org/userguide/audio/#startup-function

Audio Response

welcome_message.mp4

Text Response

sambanova_welcome.mp4

New Contributors

Full Changelog: 0.0.14...0.0.15

0.0.14

11 Mar 17:07
5143106
Compare
Choose a tag to compare

Main Features

Microphone Muting
mute_mic

Ability to load community VAD and Text-to-Speech Models

What's Changed

New Contributors

Full Changelog: 0.0.13...0.0.14

0.0.13

07 Mar 19:22
4cac472
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.11...0.0.13

0.0.12

04 Mar 23:13
6517a93
Compare
Choose a tag to compare

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

04 Mar 02:50
6517a93
Compare
Choose a tag to compare
  • 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.

2025-01-27.16-07-29.mov