From 0b0511848e4d1d9c85f8281650fc8c06090ace8c Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Fri, 27 Sep 2019 15:07:36 +0200 Subject: [PATCH] Add webrtcdsp --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b4bf1d1..c6830f1 100644 --- a/README.md +++ b/README.md @@ -257,6 +257,7 @@ gst-launch-1.0 \ export TARGET=192.168.1.1 gst-launch-1.0 \ autoaudiosrc ! \ + webrtcdsp ! \ queue ! \ audioresample ! \ opusenc audio-type=voice inband-fec=FALSE frame-size=20 ! \ @@ -267,5 +268,6 @@ gst-launch-1.0 \ rtpopusdepay ! \ opusdec plc=TRUE use-inband-fec=FALSE ! \ audioresample ! \ + webrtcechoprobe ! \ autoaudiosink ```