Arduino AudioTools – FormatConverterStream
I am currently providing quite a few audio processing classes which can be used to change the audio format. So far, the FormatConverterStream could be used to change the bits_per_sample and the number of channels only. I thought it might be cool, if we could use this class for changing the sample rate as well, so I finally managed to commit this change! Here is an example which changes The sample rate from 32000 to Read more…