From 30418445f0d5cec96d67ee6219e5ce3381dd32ed Mon Sep 17 00:00:00 2001 From: Quentin Date: Fri, 27 Sep 2019 14:29:02 +0200 Subject: [PATCH] Use autoaudiosrc/sink --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d8a956..bee1227 100644 --- a/README.md +++ b/README.md @@ -260,8 +260,8 @@ gst-launch-1.0 \ rtpjitterbuffer do-lost=true do-retransmission=false ! \ rtpopusdepay ! \ opusdec plc=true use-inband-fec=false ! \ - pulsesink \ - pulsesrc ! \ + autoaudiosink \ + autoaudiosrc ! \ audioconvert ! \ opusenc audio-type=voice inband-fec=false frame-size=20 ! \ rtpopuspay ! \