JorenSix / TarsosDSP

A Real-Time Audio Processing Framework in Java
http://0110.be/tag/TarsosDSP
GNU General Public License v3.0
1.97k stars 472 forks source link

Audio sample rate problem #190

Closed vivekpchrome closed 4 years ago

vivekpchrome commented 4 years ago

I have recorded audio using the AudioDispatcherFactory.fromDefaultMicrophone(mAudioSampleRate, 8000, 0); the sample rate is 44100 but If I check the output file then I will get sample rate 22050 (MONO,16-bit PCM )in android

vivekpchrome commented 4 years ago

Fixed