Convert audio format

Hi,

I’m thinking about making an APP with Corona SDK, but I have a question.
My APP need create an object for audio recording with IMA4 format, but Corona created an object audio with aif, wav or 3gp format.
I need convert this audio format (aif, wav or 3gp) to IMA4.
Can Corona SDK convert audio format¿? How¿?

Thanks!

Corona SDK really isn’t built to deal with manipulating low level binary data like that.  Pro users have access to a bit level plugin, but given Lua’s general data types it would be quite hard to construct the binary file formats.  Corona Enterprise would let you have access to native code where you could probably find existing library code to do this for you.

Rob

Corona SDK really isn’t built to deal with manipulating low level binary data like that.  Pro users have access to a bit level plugin, but given Lua’s general data types it would be quite hard to construct the binary file formats.  Corona Enterprise would let you have access to native code where you could probably find existing library code to do this for you.

Rob