I am a beginner in this very confusing Objective-C game.
I would like to play a very short sound effect every time a certain button is pushed.
How can I do this?
Can I use an mp3 file? Or will I have to convert to wav?
|
I am a beginner in this very confusing Objective-C game. I would like to play a very short sound effect every time a certain button is pushed. How can I do this? Can I use an mp3 file? Or will I have to convert to wav? |
||||
|
|
|
You can use System Sound Services to play short sounds:
.caf, .aiff and .wav formats are supported. |
|||||||||
|
|
Not enough reputation to comment on the solution by @dstnbrkr so I'll post it as an answer instead. In the above example, the Call |
|||
|
|