Add webrtcdsp

This commit is contained in:
Quentin 2019-09-27 15:07:36 +02:00
parent 065203720b
commit 0b0511848e

View file

@ -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
```