MediaRecorder Silence at Beginning of Recording (Delay?)

泄露秘密 提交于 2019-12-01 06:01:25
Jason Van Anden

RehersalAudioRecord contains some very well written code for recording in uncompressed WAV format. Using this, recordings do not have the dead air at the beginning. This class leverages AudioRecord, which is a lower level approach to using MediaRecorder. Using this code as an example made the integration and transition from what I had super straightforward.

This answer got me there ... it took me a while to discover this so I post this self-answer in case it expedites someone's code spelunking.

This answer is where I got my solution from ...

////////////////////////////

But the class only provider a raw audio.we could not encode the audio file to arm or mp3 etc.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!