select channel to record from input device
Nicolas Dufresne
nicolas at ndufresne.ca
Fri Jun 21 15:48:46 UTC 2019
Le jeudi 20 juin 2019 à 22:24 -0500, kyle111 a écrit :
> Hello all,
>
> I've been using gstreamer plug-ins for recording and speech recognition
> purposes and it's working fine.
> Normally, I'd use "aslasrc" and set "device" property to "hw:1" , "hw:2" ,
> etc for my multiple input mics.
>
> Now, I have ONE input device with multiple input channels and I want to
> record only from specific channel (i.e. let's say , out of 8 input channels,
> record Right chn or chn-id = 2).
> However, I've look into the documentation
> <https://gstreamer.freedesktop.org/documentation/alsa/alsasrc.html?gi-language=c>
> but can't find anything related to selecting channel ID.
alsasrc cannot do channel selection. But you can achieve this using
deinterleave element.
>
> Is that possible to do with gstreamer ?
>
> Thank you guys
>
>
>
> --
> Sent from: http://gstreamer-devel.966125.n4.nabble.com/
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20190621/8fc27865/attachment-0001.sig>
More information about the gstreamer-devel
mailing list