Game Development Reference
In-Depth Information
backgroundAudioPlayer.volume = 1.0;
[backgroundAudioPlayer play];
Audio Queue Services
Audio Queue Services is high-level audio stuff as it is a way to record and play audios. It
lets your app use hardware recording and playback using microphones and loudspeakers
without the knowledge of the hardware interface. It provides fine-grained timing control
for scheduling playback and synchronization. For further information on Audio Queue
Services see the There's more section.
Above all are not suitable where there is a need for fine-grained control of audio with low
latency; in such cases, only OpenAL is appropriate to be used, which is a cross-platform
audio library supported by iOS. Learning OpenAL is a steep learning curve. So, to under-
stand and implement it see, the There's more section.
Search WWH ::




Custom Search