Convert CAF file to WAV in Java?

1.5k views Asked by At

We have a large number of Apple Core Audio / CAF files that we'd like to use on our Android client, so it would be helpful to convert from CAF to WAV in Java.

Are there any existing libs or open source projects that can help with this?

1

There are 1 answers

1
rmlan On

Is there a reason you need to do this in Java? If it is a static conversion to WAV (i.e. - you only plan to convert these files once), you should use ffmpeg to convert them. If you need to actually convert the files in your Android application for whatever reason, you may be out of luck. It looks like the only Java support for CAF was abandoned by Apple over 5 years ago.