开发者

How to get data directly from the mic’s ADC?

开发者 https://www.devze.com 2023-03-04 05:41 出处:网络
Is there a way to get data from the microphone port’sAn开发者_StackOverflow社区alog-to-Digital-Converter directly? Or at least at a lower level then doing it by CoreAudio?There is not. CoreAudio is t

Is there a way to get data from the microphone port’s An开发者_StackOverflow社区alog-to-Digital-Converter directly? Or at least at a lower level then doing it by CoreAudio?


There is not. CoreAudio is the lowest level available. You should be able to get a 6ms buffer back from the mic. Try doing that on Android.

0

精彩评论

暂无评论...
验证码 换一张
取 消