-
Notifications
You must be signed in to change notification settings - Fork 15
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
About the “libxaac” project #58
Comments
Hey, @jiangzemin-xudamin! It is good to see you back there after questions by issuing. :) I tried using libxaac which is good alternative license to fdk-aac non-free license.
I tried set flag of ADTS from 0 to 1 when encoding USAC and refuses which encodes to raw audio file encoded lossy without ADTS/MP4 mux. Tried decode (first error):
So I can't decode raw audio frame except ADTS flag works for AAC LC container... I will try to figure out to decode raw audio frames of .ES file. UPDATE: I think I finally got it to decode:
Log:
It requires metadata file of text and mp4 flag to decode from USAC to WAV file. I tested and it worked, but it sounded buffer weird glitches.
|
@MartinEesmaa ! I'm glad you're returning to your project and thank you for helping me test the usability of libxaac.
So, I wonder if it is theoretically possible to modify the MPV player to support AAC ADTS? |
It's a shame, probably it will still take some time before it becomes a full-fledged audio codec, looking forward to its merger with FFMPEG! |
I was wondering if you can send the compiled libxaac binaries to your vvceasy project? Just like the previous UVG266 binaries. |
Hey, Martin,
I recently noticed a project called “libxaac” on GitHub, I wonder if it could be a better alternative to “exhale”?
https://github.com/ittiam-systems/libxaac
The text was updated successfully, but these errors were encountered: