Hello,
I have a pdm microphone connected to the board.
I am using the amixer driver and it has been loaded without errors. Now I having some trouble capturing the audio.
saksham98123_0-1623180007436.png
I have also tried the following command:
gst-launch-1.0 -v alsasrc device=plughw:1,0 ! queue ! audioconvert ! audio/x-raw, rate=16000 ! vorbisenc ! oggmux ! filesink location=alsasrc.ogg
the ouput of the above command:
saksham98123_1-1623180007459.png
After the above command the dmesg | grep micfil output:
saksham98123_2-1623180007490.png
Using amixer sset Channel_ID I can change the decibel level.
What amixer command should I use to go about capturing the audio? How would I know which audio device to use?