I want to implement conversion of .caf
file to any other format of audio. I heard about sox
. But i did not find any suitable reference or any code about how to implement it. Anyone having an idea??
Asked
Active
Viewed 783 times
2

Bo.
- 2,547
- 3
- 24
- 36

Mansi Panchal
- 2,357
- 18
- 27
-
The docs are here: http://sox.sourceforge.net/libsox.html You might also want to check out libsndfile – Bjorn Roche Jun 21 '12 at 15:25
-
Sorry , i didn't mentioned it in my question. But i want to implement this in iPhone. – Mansi Panchal Jun 22 '12 at 04:37
-
Either way, soxlib and libsndfile are written in c and should work perfectly in that environment. – Bjorn Roche Jun 22 '12 at 13:25
-
Can i get the perfect library for converting `.caf` file to any other format. i am just so much confused. Or any other way to convert it. – Mansi Panchal Jun 25 '12 at 12:23
-
Well it depends on your definition of "perfect". Keep in mind that caf is a container format, so no library is guaranteed to be able to read all caf files. Moreover, you simply can't expect any library, especially a free one, to support exporting to "any other format". So you'll have to read the docs and decide for yourself which is *best* for your application. There is no perfect, sorry. – Bjorn Roche Jun 25 '12 at 15:46
-
Ohk. No Problem. Thanks for your valuable suggestion. :) – Mansi Panchal Jun 26 '12 at 04:27