Fix ReplyOnPause and cookbook link in readme (#117)

This commit is contained in:
Yuchen
2025-03-03 17:19:53 -05:00
committed by GitHub
parent d8396a2714
commit 87954a62aa

View File

@@ -22,7 +22,7 @@ Turn any python function into a real-time audio and video stream over WebRTC or
pip install fastrtc
```
to use built-in pause detection (see [ReplyOnPause](https://fastrtc.org/)), and text to speech (see [Text To Speech](https://fastrtc.org/userguide/audio/#text-to-speech)), install the `vad` and `tts` extras:
to use built-in pause detection (see [ReplyOnPause](https://fastrtc.org/userguide/audio/#reply-on-pause)), and text to speech (see [Text To Speech](https://fastrtc.org/userguide/audio/#text-to-speech)), install the `vad` and `tts` extras:
```bash
pip install "fastrtc[vad, tts]"
@@ -42,7 +42,7 @@ pip install "fastrtc[vad, tts]"
[https://fastrtc.org](https://fastrtc.org)
## Examples
See the [Cookbook](https://fastrtc.org/pr-preview/pr-60/cookbook/) for examples of how to use the library.
See the [Cookbook](https://fastrtc.org/cookbook/) for examples of how to use the library.
<table>
<tr>