I found two very useful topics here and here. But I need somehow to change speaker/mic stream. For example, apply some effects or stop audio from being played to user at all. So my question is not about recording, but about manipulation of audio in real. Is there the way I can achieve that? Thanks.
Asked
Active
Viewed 250 times
5
-
You can use my code and instead of saving samples to a file you can manipulate it somehow. My code hooks resampling process so you have full access to realtime audio streams. – creker Jul 27 '15 at 11:33
-
@creker, I tried not to call AudioUnitProcess_orig, but user still hear sounds. So decided AudioUnitProcess is not even important fore MobilePhone and conversation. What do u think about that? – KY1VSTAR Jul 28 '15 at 03:35