Skip to content

Commit

Permalink
Added new demo notifcations to readme. (#1275)
Browse files Browse the repository at this point in the history
  • Loading branch information
sipsorcery authored Jan 5, 2025
1 parent 3b0d505 commit 4e63cf1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
![](https://github.com/sipsorcery-org/sipsorcery/actions/workflows/sipsorcery-core-mac.yml/badge.svg)
![](https://github.com/sipsorcery-org/sipsorcery/actions/workflows/examples-core-win.yml/badge.svg)

## New WebRTC Demos - Jan 2025

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

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!

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

**Use WbeRTC + OpenGL for an Audio Scope**

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!

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

## What Is It?

**This fully C# library can be used to add Real-time Communications, typically audio and video calls, to .NET applications.**
Expand Down
Binary file added img/audio-scope.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/openai.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4e63cf1

Please sign in to comment.