I am using the SoundEngine sample code from Apple in the CrashLanding sample to play back multiple audio files. Using the sample caf files included with CrashLanding everything works fine but when I try and use my own samplesconverted to …
I reading song from iPod library using assetUrl (in code it named audioUrl)
I can play it many ways, I can cut it, I can make some precessing with this but...
I really don't understand what I gonna do with …
I am using the afconvert command line utility to convert an audio file from .caf to .mp3 format. I have used afconvert:
afconvert -f 'MPG3 ' -d '.mp3' -v input.caf output.mp3
But this gives me the …