Commit Graph

69 Commits

Author SHA1 Message Date
Freddy Boulton
ae95e973f6 Code (#313) 2025-05-13 12:11:58 -04:00
Shubham Rasal
16bfb5be13 Update text_to_speech_gallery.md (#296) 2025-04-23 12:20:10 -04:00
Freddy Boulton
a68023101d Fix Websocket Client Processing (#286)
* Fix

* Add code
2025-04-17 12:21:13 -04:00
Freddy Boulton
c9bca428af Set ice candidates server (#285)
* Add code

* Add code

* Code
2025-04-17 10:20:53 -04:00
Freddy Boulton
72fdc74e82 Change Repo URL (#282)
* Cartesia

* README
2025-04-15 21:48:38 -04:00
Shaon Debnath
5835e74377 Add docs for outbound calls with twilio (#273)
* Add docs for outbound calls with twilio

* Add code

---------

Co-authored-by: Freddy Boulton <41651716+freddyaboulton@users.noreply.github.com>
2025-04-14 09:30:48 -04:00
Freddy Boulton
73153cb3c9 cookbook (#267) 2025-04-09 10:41:13 -04:00
Freddy Boulton
837330dcd8 Cloudflare turn integration (#264)
* Turn integration

* Add code:

* type hint

* Fix typehint

* add code

* format

* WIP

* trickle ice

* bump version

* Better docs

* Modify

* code

* Mute icon for whisper

* Add code

* llama 4 demo

* code

* OpenAI interruptions

* fix docs
2025-04-09 09:36:51 -04:00
Erik Wasmosy
a07e9439b6 Add started_talking log message in ReplyOnPause and in api.md (#260) 2025-04-07 17:35:53 -04:00
Freddy Boulton
3147b5979c Add API Reference and llms.txt (#256)
* stream api reference

* docs

* Add code

* Add code

* code
2025-04-04 15:32:06 -04:00
Václav Volhejn
06885d06c4 Ignore output_frame_size parameter (#210) 2025-04-01 14:10:27 -04:00
Siddharth Garg
71743acb64 Add Kroko-ASR model to STT gallery (#219) 2025-03-28 12:37:58 -04:00
Freddy Boulton
6235b2de61 Add text-to-speech-gallery + reword galleries to be "Plugin Ecosystem" (#218)
* Add code

* Update docs/text_to_speech_gallery.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update docs/text_to_speech_gallery.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-03-27 19:06:52 -04:00
Freddy Boulton
6742894d3d Add support for trickle ice (#193)
* cherry-pick trickle-ice

* Add code

* Add code

* format
2025-03-20 20:50:45 -04:00
Freddy Boulton
3fed4cb2ad Some Video Fixes (#200)
* FPS control:

* add code

* Add code
2025-03-20 20:45:46 -04:00
Freddy Boulton
bce7cb95a6 Add code (#197) 2025-03-20 14:47:20 -04:00
Sourabh
ea36257abf Added HumAwareVAD to VAD Gallery (#194) 2025-03-20 14:41:39 -04:00
Freddy Boulton
44aac8d964 Fix issue when the audio stream mixes sample rates and numpy array data types (#188)
* Fix code

* Fix

* keep same
2025-03-18 18:53:47 -04:00
Václav Volhejn
5a196868dd Fix outdated import (#185) 2025-03-18 12:12:28 -04:00
MechanicCoder
efff9d44dc Add example for "Talk to Azure OpenAi" (#181)
* Add example for "Talk to Azure OpenAi"

* Code

---------

Co-authored-by: Freddy Boulton <alfonsoboulton@gmail.com>
2025-03-17 12:15:22 -04:00
Sofia Casadei
3ae8f89ad5 Add on-device whisper example to cookbook (#179) 2025-03-16 18:25:49 -04:00
swairshah
8a1b15d620 add fastrc with Elecron app example to cookbook (#178) 2025-03-16 18:24:49 -04:00
Freddy Boulton
c9b67726ba Add code (#173) 2025-03-13 19:56:37 -04:00
Sofian Mejjoute
66f0a81b76 feat: Add optional startup function to ReplyOnPause (#170)
* feat: Add optional startup function to ReplyOnPause

* feat: Implement startup_fn in ReplyOnStopWords

* refactor: Remove redundant startup_fn implementation in ReplyOnStopWords

* tweaks

* revert

---------

Co-authored-by: Freddy Boulton <alfonsoboulton@gmail.com>
2025-03-11 19:11:29 -04:00
Freddy Boulton
24ed2ca178 Add docs on how to contribute (#161)
* Add code

* add code

* Add code
2025-03-10 17:23:25 -04:00
Ryan Ellis
7ad579c07a Added to gallery (#159)
* Added to gallery

* Add code

* Fix

---------

Co-authored-by: Freddy Boulton <alfonsoboulton@gmail.com>
2025-03-10 15:17:07 -04:00
Freddy Boulton
ed59834378 Fix Warning (#157) 2025-03-10 13:17:47 -04:00
Freddy Boulton
2766a941d2 Community stt models (#149)
* stt models

* add code
2025-03-07 17:04:57 -05:00
Freddy Boulton
cbbfa17679 Add Method for loading community Vad Models (#136)
* Add code

* add code
2025-03-07 16:27:18 -05:00
Michael Hart
7dfee78261 Simplify Cloudflare config with new endpoint (#135)
Old instructions will still work, but we now have an endpoint that matches the `RTCPeerConnection` signature exactly.
2025-03-06 19:25:14 -05:00
Mahimai Raja
f59e8c3a49 feat: Added documentation for twilio integration (#125)
* feat: Added documentation for twilio integration

* Add code

---------

Co-authored-by: Freddy Boulton <alfonsoboulton@gmail.com>
2025-03-06 17:23:56 -05:00
Freddy Boulton
6517a93472 Clean up cancelled generators (#124)
* fix links

* fix upload

* add code

* Add code

---------

Co-authored-by: Freddy Boulton <freddyboulton@hf-freddy.local>
2025-03-04 18:08:10 -05:00
Freddy Boulton
6ea54777af ReplyOnPause and ReplyOnStopWords can be interrupted (#119)
* Add all this code

* add code

* Fix demo

---------

Co-authored-by: Freddy Boulton <freddyboulton@hf-freddy.local>
2025-03-03 21:47:16 -05:00
Freddy Boulton
d8396a2714 Fix async echo example (#118)
* Fix async example

* Version bump

---------

Co-authored-by: Freddy Boulton <freddyboulton@hf-freddy.local>
2025-03-03 14:06:24 -05:00
Freddy Boulton
e6193b0d05 add logo (#115)
Co-authored-by: Freddy Boulton <freddyboulton@hf-freddy.local>
2025-03-02 18:04:20 -05:00
Swayam Sharma
f349a5486f fix wrong link in cookbook.md (#112) 2025-03-02 16:40:32 -05:00
Sourabh
2da330d627 Fix installation command by quoting package name in pip install (#110) 2025-03-02 16:02:29 -05:00
Freddy Boulton
f6d60ab7e4 add note on asynch (#103)
Co-authored-by: Freddy Boulton <freddyboulton@hf-freddy.local>
2025-02-28 13:10:48 -05:00
Freddy Boulton
4b44e67032 add code (#102)
Co-authored-by: Freddy Boulton <freddyboulton@hf-freddy.local>
2025-02-28 12:47:20 -05:00
Michael Hart
61bbfcb79b Add instructions for deploying with Cloudflare (#101) 2025-02-28 11:11:58 -05:00
Sourabh
a146291349 Correct Code link in Gemini Audio Video Chat demo (#97)
* Correct Code link in Gemini Audio Video Chat demo

* Switch to HF link instead of Github
2025-02-27 14:37:38 -05:00
burtenshaw
a66369e031 [DEMO] basic demo using smolagents and FastRTC (#93)
* initial commit of FastRTC and smolagents

* add code

---------

Co-authored-by: Freddy Boulton <freddyboulton@hf-freddy.local>
2025-02-27 14:35:29 -05:00
Freddy Boulton
9cc0278985 Video Bugfix + generator (#96)
* Code

* Fix demo

* move to init

---------

Co-authored-by: Freddy Boulton <freddyboulton@hf-freddy.local>
2025-02-27 12:30:19 -05:00
Freddy Boulton
43e42c1b22 Tidy up connection logic (#90)
* Add code:

* code

* code

---------

Co-authored-by: Freddy Boulton <freddyboulton@hf-freddy.local>
2025-02-26 18:21:26 -05:00
Freddy Boulton
5bdf547585 Fix wording 2025-02-25 23:05:45 -05:00
Freddy Boulton
892182701c add code (#73)
Co-authored-by: Freddy Boulton <freddyboulton@hf-freddy.local>
2025-02-25 15:43:09 -05:00
Lucain
e28d2b68ac Fixing typo in cookbook.md (#72) 2025-02-25 13:47:18 -05:00
Freddy Boulton
2604d9f7db More tweaks (#71)
* tweaks

* Make icon colors match

---------

Co-authored-by: Freddy Boulton <freddyboulton@hf-freddy.local>
2025-02-25 10:58:46 -05:00
Freddy Boulton
aafd7b82eb Add code (#70)
Co-authored-by: Freddy Boulton <freddyboulton@hf-freddy.local>
2025-02-24 21:21:52 -05:00
Freddy Boulton
5a4693ee0b Raise errors automatically (#69)
* Add auto errors

* change code

---------

Co-authored-by: Freddy Boulton <freddyboulton@hf-freddy.local>
2025-02-24 20:21:25 -05:00