Capturing internal audio with gstreamer + ALSA
Muammar El Khatib
muammarelkhatib at gmail.com
Sun Sep 18 10:22:08 UTC 2016
On Wed, Sep 14, 2016 at 7:31 PM, Muammar El Khatib
<muammarelkhatib at gmail.com> wrote:
> Dear all,
>
> I am trying to capture internal audio using gstreamer, so far I came with this
> pipeline that sends the captured audio to stdout:
>
> ```
> gst-launch-1.0 -v alsasrc device="hw:0,0" ! audioconvert ! lamemp3enc target=1 bitrate=64 cbr=true ! filesink location=/dev/stdout
> ```
>
For those interested, I solved this problem with this:
http://unix.stackexchange.com/questions/310164/create-virtual-device-in-asoundrc-file
--
Muammar El Khatib.
http://muammar.me
More information about the gstreamer-devel
mailing list