Re: [android-porting] Porting post processing algorithm for Audio

2016-07-22 Thread Satish Patel
Hi, Yes you can do this. It is recommended to add custom algorithms either in device directory or if its generic enough then external directory. -- satish On Fri, Jul 22, 2016 at 12:45 PM, Vishwanath Hegde wrote: > Hi, > > I need to add a post processing algorithm to AAC, which itself is a > s

[android-porting] Porting post processing algorithm for Audio

2016-07-22 Thread Vishwanath Hegde
Hi, I need to add a post processing algorithm to AAC, which itself is a separate project in floating point format with C files. The FDK AAC code in android is fixed point and CPP files. Considering these, is it possible to build this C file project as a separate library in "external" folder and