nu774 / fdkaac_autobuild

Win32 scripts for automated build of libfdk-aac and fdkaac
67 stars 17 forks source link

Modify default cutoff settings during build #10

Closed nistvan86 closed 7 years ago

nistvan86 commented 7 years ago

It might probably not the best place to ask, but I'm using libfdk_aac.dll with foo_streamer and it uses the library's defaults for AAC-LC lowpass parameters, and provides no way to modify them.

What would it take to modify the default cutoffs during build, so I can create a custom library?

nu774 commented 7 years ago

Well, It's apparently foo_streamer's problem not having enough interface for configuring encoder parameters that is already configurable through FDK-AAC API, and I really can't understand why you came here.

Having said that, if you desperately want to hack the libfdk-aac library itself, probably you can try editing aacEncDefaultConfig() function in aacend_lib.cpp

nistvan86 commented 7 years ago

Sure thing, and sorry. I think foo_streamer is not maintained anymore and it's not open source. That's why I'm trying to solve it the other way around. Thanks for pointing to that function, I was searching for these values in the header files.