nu774
nu774
I think you just need to create empty config.rpath like this: ``` $ touch config.rpath ``` This error is caused by AM_ICONV in configure.ac to check iconv(), which requires iconv.m4,...
Like this one? https://hydrogenaud.io/index.php?topic=114598.0 https://github.com/enzo1982/superfast/tree/master/components I'm afraid it's a too big PR to maintain on my side. Maybe you can just fork.
I'm not distributing binary build because of this (quoted from NOTICE of FDK-AAC library): ``` 3. NO PATENT LICENSE NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without...
For gapless playback, iTunSMPB tag stored in MP4 container is madantory. So, gapless ADTS is not possible.
> But why ffmpeg with libfdk_aac can produce AAC ADTS files, without the > padding? Can you upload a sample (original + AAC) file ?
Thanks for the patch. I think it would be better if version number is automatically picked up from version.h. Is it possible?
Did you try re-running autoreconf ? It now fails because configure.ac also picks up version information from version.h, and now it is different. The first lines of configure.ac has to...
In C programming language, any string literal is terminated by a NUL, so you generally don't need them unless you need double NULs. If you are unsure, you should at...
I have no plan to support wave tags. https://github.com/nu774/qaac/issues/49
FDK-AAC is not as well optimized as ffmpeg native AAC decoder (which is insanely fast on recent CPU). Now that ffmpeg supports minor profiles such as AAC-ELD, I don't see...