Two way audio slow and noisy

Wes Miller wmiller at sdr.com
Fri Feb 1 08:10:38 PST 2013


I have made two useful discoveries.

1.  Add a gstrtpjitterbuffer to the udp receive pipeline.

udpsrc       port=8554
   !
application/x-rtp,media=audio,payload=8,clock-rate=8000,encoding-name=PCMA,channels=1  
   ! gstrtpjitterbuffer
   ! rtppcmadepay  
   ! audio/x-alaw,rate=8000,channels=1  
   ! decodebin  
   ! audioconvert  
   ! capsfilter     caps=audio/x-raw-int,rate=8000  
   ! identity        
   ! volume       volume=1.0
   ! level          
   ! queue2        
   ! audioresample  
   ! pulsesink    sync=false 

2.  Replace PCMA with PCMU.  Much of the noise goes away.  Some of the noise
I think is our hardware some may be introduced either by the physical
network or in the alsa and/or pulse drivers.

Wes



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Two-way-audio-slow-and-noisy-tp4658246p4658298.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list