Hi All, Special congratulations for this applications.
I want to convert AAC to wave using faad. I tried to conver using below command line options.
faad - w helloword.aac > helloworld.wav
Its successfully converting as a wave file. But its converting to 44.1Khz, I am looking for 16Khz sampling rate and 16 bit with mono(1) channal. I tried with "-s 16e3" options. But its not working. Can you please help me get it, and where to update in code level. Thanks and appreciated for your valuale information.