vote up 6 vote down star
9

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 CAF using afconvert all I get is a stony silence ;)

Does anyone have settings for afconvert that will produce a CAF file capable of being played back through OpenAL?

flag

2 Answers

vote up 10 vote down check

Answering my own question...

afconvert -f caff -d LEI16@44100 -c 1 in.wav out.caf
link|flag
May I ask how or where did you find out the answer? – Sergio Acosta Oct 31 '08 at 22:54
I also asked the question on the official iPhone SDK forums – Dave Verwer Nov 1 '08 at 8:11
vote up 1 vote down

thanks for the info.

also, if you're looking into additional compression with openAL, this might be of interest:

"iPhone, OpenAL, and IMA4/ADPCM" http://www.wooji-juice.com/blog/iphone-openal-ima4-adpcm.html

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.