I am working on one of the application with sound files. In this application there is one slider implementation. On the basis of slider ratio all files will be handled to set sound volume. But with this volume effect there will be a sound combination of two different sets of files suppose there are sound set of fiel A & B.
There will be a combination of 75% of A file & 25% of B file.
You can achieve it the straightforward way, initing 2 avaudioplayers sequentially, they will play together :
In Apple's Doc
I think you'll gonna need to invoke
Audio Queue
Here's the reference of Audio Queue
For setting volumes to 75% of A and 25% of B, you can use OpenAL to achieve this.