Loud static-like noise on calls with dino 0.5 using webrtc-audio-processing-0.3 · Issue #1700 · dino/dino · GitHub
More Web Proxy on the site http://driver.im/
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
When making or receiving calls with the new dino version, the other client's audio includes a loud static-like noise which drowns out my voice, and the debug output is littered with this:
voice_processor_native.cpp ProcessStream -11
I'm using the arch linux dino package, which seems to have been built with webrtc-audio-processing-0.3.
The webrtc-audio-processing source shows that the error code -11 is kStreamParameterNotSetError and is returned by ProcessStream when the stream delay was not set.
It looks like the call to set_stream_delay_ms was (accidentally ?) removed in commit 1c365da
The text was updated successfully, but these errors were encountered:
When making or receiving calls with the new
dino
version, the other client's audio includes a loud static-like noise which drowns out my voice, and the debug output is littered with this:I'm using the arch linux
dino
package, which seems to have been built withwebrtc-audio-processing-0.3
.The
webrtc-audio-processing
source shows that the error code-11
iskStreamParameterNotSetError
and is returned byProcessStream
when the stream delay was not set.It looks like the call to
set_stream_delay_ms
was (accidentally ?) removed in commit 1c365daThe text was updated successfully, but these errors were encountered: