Skip to content

Commit 4e63cf1

Browse files
authored
Added new demo notifcations to readme. (#1275)
1 parent 3b0d505 commit 4e63cf1

3 files changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
![](https://github.com/sipsorcery-org/sipsorcery/actions/workflows/sipsorcery-core-mac.yml/badge.svg)
44
![](https://github.com/sipsorcery-org/sipsorcery/actions/workflows/examples-core-win.yml/badge.svg)
55

6+
## New WebRTC Demos - Jan 2025
7+
8+
**Connect to OpenAI's Realtime WebRTC Endpoint**
9+
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!
11+
12+
![ChatGPT WebRTC Transcript](./img/openai.png)
13+
14+
**Use WbeRTC + OpenGL for an Audio Scope**
15+
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!
17+
18+
![AudioScope](./img/audio-scope.png)
19+
620
## What Is It?
721

822
**This fully C# library can be used to add Real-time Communications, typically audio and video calls, to .NET applications.**

img/audio-scope.png

19.2 KB
Loading

img/openai.png

38.7 KB
Loading

0 commit comments

Comments
 (0)