Hi
Is it possible to combine two wav files into one as if they've been played simultaneously? I need to do this programatically.
The only way I found till now is to play both simultaneously and record the output using AVAudioRecorder. But this won't work if the user's using headphones.
Can someone please point me to the right direction.
Thanks.