Converting Sample Rates on Input .asoundrc
From the ALSA wiki
Revision as of 20:50, 21 December 2006 by Ingomueller.net (Talk | contribs)
Converting Sample Rates On Input
pcm.rate_convert {
type plug
slave {
pcm "hw:0,0"
rate 48000
}
}
This will take an input of any rate and convert it to 48000 hz, change to suit your needs.