Tagged Questions
1
vote
1answer
116 views
Sound Delay With AVAudio Player
I'm using the following code in my viewDidLoad to load a sound:
NSURL * url = [NSURL fileURLWithPath:
[NSString stringWithFormat:@"%@/Moto - Hit Sound.mp3",
[[NSBundle mainBundle] ...
4
votes
3answers
530 views
How to balance audio levels to be loud enough yet safe
There are a few sound effects in my game that sound a bit piercing over earbuds but OK when played through the iPhone speaker. Also sound levels seem lower on older hardware. Is there some objective ...
2
votes
2answers
410 views
Best practices for playing sounds in iPhone games
What are the best practices for playing sounds in iPhone games? Specifically, what are the best practices while playing sounds simultaneously without affecting other processing much. Is there any ...