MediaRecorder throw “java.lang.RuntimeException: start failed: -2147483648” when trying to record audio on LG G Watch

让人想犯罪 __ 提交于 2019-12-06 06:06:46

You cannot use MediaRecorder in Android Wear, Only AudioRecord. Here a YouTube video where Google developers talking about how they recording audio for speech recognition:

https://www.youtube.com/watch?v=sha_w3_5c2c#t=1970

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