Intermixing AudioServices and CoreAudio?
Intermixing AudioServices and CoreAudio?
- Subject: Intermixing AudioServices and CoreAudio?
- From: Bob Sabiston <email@hidden>
- Date: Wed, 06 Jul 2011 09:57:38 -0500
Hello,
I was wondering if someone could advise me about how best to use audio in my iOS game. I started out using AudioServicesPlaySystemSound to just trigger little aiff files for sound effects. Then I wanted to try adding some synth-based sounds, playing around with sin waves. So I followed Tim Bolstad's tutorial on setting up an AUGraph and a couple of audio units:
For the most part this all works OK, but I've noticed that the volume of the sounds is extremely unpredictable, especially the sounds played with AudioServicesPlaySystemSound. On the iphone they are usually VERY quiet. The iPad, not so much.
Should I be using the AUGraph core audio stuff to do all my sound? Would that give me control over the volume? Is it easy to play the same little aiff files with core audio that I now use with AudioServicesPlaySystemSound?
Or even easier, is there some way to just make AudioServicesPlaySystemSound always play at a reliable volume?
Thanks Bob
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden