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
I’m using your library and encountering an issue. I need to continuously monitor both local and remote audio streams as someone speaks, convert the audio into a buffer, and send it over a WebSocket. However, I couldn’t find a way to achieve this with the library.
One potential solution I came across was to use addSink on the audio track, but it seems that addSink is not available in this library. Could you please guide me on how I can implement this functionality?
Thank you!
The text was updated successfully, but these errors were encountered:
Hi @TayyabAli652 ,
Unfortunately I cannot provide an answer on the internal workings of the library.
It is worth asking the people on the official WebRTC group to get some answers
Hello @stasel,
I’m using your library and encountering an issue. I need to continuously monitor both local and remote audio streams as someone speaks, convert the audio into a buffer, and send it over a WebSocket. However, I couldn’t find a way to achieve this with the library.
One potential solution I came across was to use addSink on the audio track, but it seems that addSink is not available in this library. Could you please guide me on how I can implement this functionality?
Thank you!
The text was updated successfully, but these errors were encountered: