Martin Storsjö

Results 328 comments of Martin Storsjö

I'm a bit reluctant to include this. This isn't an independent project on its own, it's a repackaging of the AAC codec from Android. I include as few differences to...

This project isn't buildable as such directly with the android NDK. If you really want to, it should be fairly straightforward to comment out a few android specific ifdef blocks...

Hi! Thanks for your contribution, and sorry for the belated answer. It's belated both because I'm swamped (as most people are, I guess), but also because I'm undecided about what...

To be able to act on this, I need the input files that trigger it, and some way to reproduce it.

Just FWIW, this decoder isn't really developed here, I'm just repackaging the code released by Fraunhofer via the Android Open Source Project, with a thin layer of fixes on top....

It should definitely be possible to decode packets from differing locations in a file using fdk-aac. To seek, you need to use the library you are using for reading files...

While the typo fix in general looks straightforward enough, I'm a bit reluctant to include it. This isn't an independent project on its own, it's a repackaging of the AAC...

If you've compiled with `--enable-shared --disable-static`, no `libfdk-aac.a` should be created. If you have it, it's a leftover from an earlier build with the static library enabled. You can't build...

Right, I should maybe remove that from the help text for the example. That example, aac-enc.c, writes AAC data in ADTS format, but that format only supports the simplest profiles...

It's not that easy - you can't easily just write the raw form of AAC to a file and read it out, the raw form requires using some sort of...