Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: How to make raw AAC variable frame a fixed size? (Read 2363 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

How to make raw AAC variable frame a fixed size?

I"m on the process of removing the ADTS header from a raw aac+ frame and put it inside an m4a container.  The issue come when the container needs a fixed or variable flag set for the raw aac+ frame sizes.

How could I modify this frames to be fixed sized without loosing or breaking any audio quality?  I'm doing this programatically...

According to ISO standard for MPEG-4 max raw aac frame size is 2^13

Help?
Thanks!