Realtime WebRTC Prototype #314
sipsorcery
started this conversation in
Show and tell
Replies: 1 comment
-
I had played around a bit with acoustic echo cancellation in general using code from the Alanta media client but was never really able to get it to work - you need your own way of estimating the feedback delay, and it doesn't seem to like setting a delay of zero. But maybe someone else could pick up the thread.... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've created a prototype dotnet app that works with the OpenAPI WebRTC Realtime endpoint and is available here.
Thanks to @lostromb's C# OPUS port the prototpye is completely dotnet, no native libraries required.
The OpenAPI Realtime server event models currently seem to be incomplete in this openai-dotnet SDK. Hopefully they'll be added in the future. I only wired up a couple in the prototype.
A shortcoming of the app is lack of software echo cancellation. The consequence of which is that ChatGPT starts talking to itself and gets very creative with the number of ways it can say hello etc.
Beta Was this translation helpful? Give feedback.
All reactions