<div dir="ltr">Hi!<br>I've been trying for a while to run a simple hello world with webrtcdsp / webrtcechoprobe without success. tbh I'm far from an expert, just trying to study and understand gst, sorry if I'm being too naive...<br><br>I'm on macos M1 using latest stable (1.22) and the pipeline is:<br><br>gst-launch-1.0 -v \<br>osxaudiosrc buffer-time=20000 ! \<br>queue ! \<br>webrtcdsp ! \<br>webrtcechoprobe ! \<br>osxaudiosink buffer-time=20000<br><br>Also tried the bare minimal:<br><br>gst-launch-1.0 -v \<br>osxaudiosrc ! \<br>webrtcdsp ! \<br>webrtcechoprobe ! \<br>osxaudiosink <br><br>Actually, it's just a "port" of docs:<br><a href="https://gstreamer.freedesktop.org/documentation/webrtcdsp/webrtcdsp.html?gi-language=c#example-launch-line">https://gstreamer.freedesktop.org/documentation/webrtcdsp/webrtcdsp.html?gi-language=c#example-launch-line</a><br><br>No matter what I do, I always get infinte echo until distortion. What's wrong?!<br>Hope somebody can explain what's the problem... In any case, thanks for your time!<br></div>