Audio file captured by MediaRecorder is broken after it is sent to server using Retrofit 2

只愿长相守 提交于 2019-12-04 07:39:24

Your setAudioEncodingBitRate is very low.

it should be 16000 for 16hz and not just 16

try it with 16000 or 32000 in setAudioEncodingBitRate value

comment here if it works or not, i'll try to help you out more

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