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
You can't implement the audio capability in such a way. You should buffer the incoming data and stream it to the audio device. You'll get noise if the buffer is too short, but it introduces latency when it's too long. It's pretty hard to determine the proper balance. You'll also consider the audio buffer size in Unity and the device driver (OS). That's why I haven't implemented it.
Please refer the following thread for further discussion: #17
Hello,
I am trying to get sound capabilities from the NDI stream, but all I can hear are intermittent short samples noise. Can you help me figure out why?
NdiReceiver.cs
RecvHelper.cs
Recv.cs
The text was updated successfully, but these errors were encountered: