I'm using Novocaine for frequency detection - and it works fine. I highly appreciate the Novocaine framework, as it is performant and easy to use.
Anyhow, there's only one issue: capturing the sound from the iPhone/iPad microphone, I want to disable the speaker output in order to prevent acoustic feedback (noise). How can I do that? Until now, I've tried in vain to change the audio output route. Any ideas are highly appreciated!
Of course, I've found out that independently of the Novocaine framework I can disable the hardware sound - but when I do that, the user gets a kind of tooltip ("sound disabled") which can be annoying to the user. I prefer to disable the sound temporarily as soon as the user hits the "capture sound" button without taking notice of it.