I am a noob in Core Audio, AudioUnit framework and I don't have much knowledge about it so please bear it with me.
I have a requirement where I need to access the live stream coming through a remote call using webRTC. In webRTC framework there is no way to access the audio stream.
So, what I have thought is to get an access on that audio stream through Apple audio frameworks, I am thinking of grabbing the audio before sending it to the speaker. Is that possible to get the audio buffers before being sent to the speaker.
I have to modify the audio buffers with some value and send it back to the speaker.
Please help!