Capture audio using directsoundsrc (windows)
doon
don-prog at mail.ru
Sat Mar 21 09:39:27 PDT 2015
I try to capture audio from microphone and send it via udp (windows 7) using
these pipelines:
*gst-launch-1.0 directsoundsrc ! audioconvert ! rtpL16pay ! udpsink
host=127.0.0.1 port=1236
gst-launch-1.0 udpsrc port=1236 caps="application/x-rtp,
media=(string)audio, channels=(int)1, clock-rate=(int)44100,
encoding-name=(string)L16" ! rtpL16depay ! audioconvert ! queue !
directsoundsink*
but I get only quiet hiss, so how I can capture audio from microphone and
send it?
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Capture-audio-using-directsoundsrc-windows-tp4671261.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list