I am using openEars
to detect speech. It takes one second of silence to detect the end of command.
What I want is to disable the microphone for 1 second. Can anyone tell me that how to disable mic for 1 second?
正如在使用 UIImagePickerController 录制时如何使麦克风静音?:
如果您希望您的应用程序出现在应用商店中,那么没有苹果批准的方法可以让整个 iPhone 静音。有某些库,但它们没有被批准。
根据文档,您只能要求用户将手机静音,并且您可以响应某些音频更改,例如其他声音、电话、电子邮件声音,但您不能以编程方式静音。
另请参阅有关iPhone 编程的文档请参阅第 3.3 部分的音频。(可以在 iOS 中访问和执行的事件)。
问候,