-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to decode Fraunhofer FDK AAC -encoded files #3
Comments
I've now gotten
And after recompiling + running
In case it's helpful, here's the data ffmpeg extracts from the same audio file:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
I'm working on integrating
uaac.h
as an AAC decoder forminiaudio
, but I'm having issues gettinguaac
to decode my AAC files in the first place. I'm using ffmpeg andlibfdk_aac
(Fraunhofer FDK AAC) to encode my files. I've tested with youraplay+
program and am getting the same issue.I have two files in the following test:
output.m4a
was encoded with the defaultffmpeg
/libfdk_aac
settingsoutput-moov.m4a
was encoded the same way, but I passed the-movflags +faststart
options so that themoov
atom would be at the start of the file (sinceuaac
wasn't able to find it)I've been playing around with the
uaac_extract_aac
function, but am not well-versed in decoding audio files. Curious if you have any ideas here, or at least a sense of how much work it would be to get this working. I have a rather large audio library that's encoded in the same way, so I'm hoping to get this working without modifying the audio files.The text was updated successfully, but these errors were encountered: