LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   AAC codec (https://www.linuxquestions.org/questions/programming-9/aac-codec-825085/)

puneeth bhat 08-09-2010 08:37 AM

AAC codec
 
where do i find free AAC codec library so that i can encode and decode the captured audio data...Thanks in advance

amani 08-09-2010 10:44 AM

libfaac, libfaad2, libogmrip2, libmpeg4ip-0, libfaad-dev or the audacious engine

faad2 will be most appropriate

TITiAN 08-09-2010 01:32 PM

You won't get FAAC (the encoder) from most distro's because of licensing issues. But you can download the sourcecode.
Decoding can be done for example with ffmpeg, or the faad tool.
Example for ffmpeg:
Code:

ffmpeg -i record.aac output.flac


All times are GMT -5. The time now is 09:17 AM.