Hello,
Due to a program that can only work using mono devices, I need to convert my microphone's device, which is stereo only, into a mono device.$ arecord -L
.....
front:CARD=Generic,DEV=0
HD-Audio Generic, CS4207 Analog
Front speakers
.....
pcm.makemono {
type plug
slave.pcm {
type route
slave.pcm "pcm.front"
slave.channels 2
ttable {
0.0 1
1.0 1
}
}
}
Where I've found pcm.front some lines before in the file as
pcm.front cards.pcm.front
pcm.front cards.pcm.front
(I'm not sure that using "pcm.front" in my makemono device is correct)
I'm currently trying to record the device with
$ arecord -f cd -d makemono -c 1 -V stereo /tmp/file
------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________ Alsa-user mailing list Alsa-user@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/alsa-user