[fpc-pascal] Converting .m4a to .wav

Jonas Maebe jonas.maebe at elis.ugent.be
Wed Mar 9 14:32:50 CET 2011


On 09 Mar 2011, at 13:52, Leonardo M. Ramé wrote:

> Hi, does anyone knows if there's a library/class/function to  
> handle .m4a (IPhone sound files)?

m4a is a plain mp4 container with an aac-encoded soundtrack (and no  
video). There is nothing iPhone-specific about it. Any library that  
can handle mp4 containers and the aac audio codec will do (such as  
ffmpeg).


Jonas


More information about the fpc-pascal mailing list