如何判断录音源
使用 iPad 应用程序录制声音时,如何知道声音来源是来自内置麦克风还是耳机麦克风?
其他信息:iOS 版本 4.2 及更高版本。
While recording a sound using my iPad app, how can I know if the source of the sound is from the built-in microphone or headphone microphone?
Additional information: iOS ver 4.2 and above.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确定这一点的方法是轮询硬件并查询当前的音频路由。
使用 AudioSessionGetProperty 对象获取返回音频的路线。
这个@TPoschel 的示例应该让你走上正确的轨道。
The way to determine this is to poll the hardware and query the current audio route.
Use the AudioSessionGetProperty object to get back the route of the audio.
This example by @TPoschel should set you on the right track.