Hello,
what is the most efficient way to persist the audio captured from the microphone guaranteeing the constant wave format (PCM, 1 channel, 16bit and 16000Hz) regardeless of the microphone configuration?
Thanks,
Pedro
Comments: you would use the WaveFormatConversionStream for resampling. For stereo to mono you could either mix or throw one channel away. But the best approach is always to record at the sample rate you want
what is the most efficient way to persist the audio captured from the microphone guaranteeing the constant wave format (PCM, 1 channel, 16bit and 16000Hz) regardeless of the microphone configuration?
Thanks,
Pedro
Comments: you would use the WaveFormatConversionStream for resampling. For stereo to mono you could either mix or throw one channel away. But the best approach is always to record at the sample rate you want