I am creating an application,in my app i am changing images for countdown. I want to play a Tick sound when one second completes(i mean when image changes).I have a 25 second long sound with repeated tick sound and within time interval of 1 second.
I am new to use sound. can anybody provides me step by step solution for adding sound ?
thanks in advance..
You can take a look at the Metronome example from the Apple site. It makes a ticking sound every second, every half of a second or every quarter of a second, etc.