Add webrtcdsp
This commit is contained in:
parent
065203720b
commit
0b0511848e
1 changed files with 2 additions and 0 deletions
|
@ -257,6 +257,7 @@ gst-launch-1.0 \
|
||||||
export TARGET=192.168.1.1
|
export TARGET=192.168.1.1
|
||||||
gst-launch-1.0 \
|
gst-launch-1.0 \
|
||||||
autoaudiosrc ! \
|
autoaudiosrc ! \
|
||||||
|
webrtcdsp ! \
|
||||||
queue ! \
|
queue ! \
|
||||||
audioresample ! \
|
audioresample ! \
|
||||||
opusenc audio-type=voice inband-fec=FALSE frame-size=20 ! \
|
opusenc audio-type=voice inband-fec=FALSE frame-size=20 ! \
|
||||||
|
@ -267,5 +268,6 @@ gst-launch-1.0 \
|
||||||
rtpopusdepay ! \
|
rtpopusdepay ! \
|
||||||
opusdec plc=TRUE use-inband-fec=FALSE ! \
|
opusdec plc=TRUE use-inband-fec=FALSE ! \
|
||||||
audioresample ! \
|
audioresample ! \
|
||||||
|
webrtcechoprobe ! \
|
||||||
autoaudiosink
|
autoaudiosink
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue