Skip to content

Commit 3429dfd

Browse files
committed
Fixed typos.
1 parent 909277e commit 3429dfd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
**Connect to OpenAI's Realtime WebRTC Endpoint**
99

10-
The [WebRTCOpenAI](https://github.com/sipsorcery-org/sipsorcery/blob/master/examples/WebRTCExamples/WebRTCOpenAI/Program.cs) demonstrates a dotnet only (no native libraries) applicaiton that connects to OpenAI's new [WebRTC Realtime](https://platform.openai.com/docs/guides/realtime-webrtc) endpoint. This demo lets you talk in realtime to ChatGPT and get both a WebRTC audio stream response and a text transcript. Could video avatars be on the way?! A real Max Headroom!
10+
The [WebRTCOpenAI](https://github.com/sipsorcery-org/sipsorcery/blob/master/examples/WebRTCExamples/WebRTCOpenAI/Program.cs) demonstrates a dotnet only (no native libraries) applicaiton that connects to [OpenAI's new WebRTC Realtime](https://platform.openai.com/docs/guides/realtime-webrtc) endpoint. This demo lets you talk in realtime to ChatGPT and receive both a WebRTC audio stream response and a text transcript. Could video avatars be on the way?! A real Max Headroom!
1111

1212
![ChatGPT WebRTC Transcript](./img/openai.png)
1313

14-
**Use WbeRTC + OpenGL for an Audio Scope**
14+
**Use WebRTC + OpenGL for an Audio Scope**
1515

16-
The [WebRTCOpenGL](https://github.com/sipsorcery-org/sipsorcery/blob/master/examples/WebRTCExamples/WebRTCOpenGL/Program.cs) demonstrates a way to combine some digital signal processing of a WebRTC audio stream and use OpenGL to render a video stream representation of it. It looks way better than it sounds. Try it out!
16+
The [WebRTCOpenGL](https://github.com/sipsorcery-org/sipsorcery/blob/master/examples/WebRTCExamples/WebRTCOpenGL/Program.cs) demonstrates a way to combine digital signal processing of a WebRTC audio stream and then use OpenGL to render a video stream representation of it. It looks way better than it sounds. Try it out!
1717

1818
![AudioScope](./img/audio-scope.png)
1919

0 commit comments

Comments
 (0)