You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,10 +34,10 @@ Before you begin, please ensure you have ESP IDF v5.4 or higher installed on you
34
34
35
35
### Examples
36
36
37
-
One of the best ways to get started with LiveKit is by reviewing the [examples](./examples) and choosing one as a starting point for your project:
37
+
One of the best ways to get started with LiveKit is by reviewing the [examples](./components/livekit/examples/) and choosing one as a starting point for your project:
38
38
39
-
-[**Voice AI Agent**](./examples/voice_agent/README.md): Conversational AI voice agent that interacts with hardware based on user requests.
40
-
-[**Minimal**](./examples/minimal/README.md): Basic example of connecting to a LiveKit room with bidirectional audio.
39
+
-[**Voice AI Agent**](./components/livekit/examples/voice_agent/README.md): Conversational AI voice agent that interacts with hardware based on user requests.
40
+
-[**Minimal**](./components/livekit/examples/minimal/README.md): Basic example of connecting to a LiveKit room with bidirectional audio.
41
41
42
42
Once you have chosen an example to be your starting point, create a fresh project from it locally using the following command:
43
43
@@ -87,7 +87,7 @@ LiveKit for ESP32 puts your application in control of the media pipeline; your a
87
87
#### Renderer: output to display/speaker
88
88
89
89
- Required for rooms which will subscribe to media tracks
90
-
- Created using the Espressif [*av_render*](https://github.com/espressif/esp-webrtc-solution/tree/main/components/av_render) component
90
+
- Created using the Espressif [*av_render*](https://components.espressif.com/components/tempotian/av_render/) component
91
91
- Playback audio over I2S, video on LCD displays supported by *esp_lcd*
92
92
- After configuration, you will provide the `av_render_handle_t` when creating a room
0 commit comments