Hello all,
FDK-AAC was recently updated to version 2, and I've applied our DAB+
patch against that version. You are welcome to test, it's in the
dabplus2 branch:
https://github.com/Opendigitalradio/fdk-aac/tree/dabplus2
The library changed from libfdk-aac.so.1 to libfdk-aac.so.2, so be
careful when upgrading:
- Delete /usr/local/lib/libfdk-aac.so*
- Compile the fdk-aac dabplus2 branch
- sudo make install
- sudo ldconfig
- Clean, ./configure and recompile ODR-AudioEnc
- Use ldd odr-audioenc to check that it uses libfdk-aac.so.2
On my system, it linked ODR-AudioEnc against /usr/lib/libfdk-aac.so.1
which comes from the distribution package, and I wasn't able to get it
to link against my compiled v2. I had to uninstall the libfdk-aac
distribution package.
Please write me a note if you do a test, even if you don't see/hear a
difference.
Cheers
mpb