mirror of
https://github.com/HumanAIGC-Engineering/gradio-webrtc.git
synced 2026-02-05 18:09:23 +08:00
Fix ReplyOnPause and cookbook link in readme (#117)
This commit is contained in:
@@ -22,7 +22,7 @@ Turn any python function into a real-time audio and video stream over WebRTC or
|
|||||||
pip install fastrtc
|
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
|
```bash
|
||||||
pip install "fastrtc[vad, tts]"
|
pip install "fastrtc[vad, tts]"
|
||||||
@@ -42,7 +42,7 @@ pip install "fastrtc[vad, tts]"
|
|||||||
[https://fastrtc.org](https://fastrtc.org)
|
[https://fastrtc.org](https://fastrtc.org)
|
||||||
|
|
||||||
## Examples
|
## 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>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user