You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From looking at the code, it is not entirely clear to me if the frameSize value that is returned by aacDecoder_GetStreamInfo() is constant. I do know that AAC frames typically contain 1024 samples, and rarely 960, but I am not sure if AAC streams can switch between these two mid-stream. Can you clarify? This info is missing from the docs.
The text was updated successfully, but these errors were encountered:
IIRC, for an ADTS stream, you can in theory have any parameter change from frame to frame. Such streams would definitely be uncommon, but for safety etc you at least would need to validate that you get the expected value.
From looking at the code, it is not entirely clear to me if the frameSize value that is returned by aacDecoder_GetStreamInfo() is constant. I do know that AAC frames typically contain 1024 samples, and rarely 960, but I am not sure if AAC streams can switch between these two mid-stream. Can you clarify? This info is missing from the docs.
The text was updated successfully, but these errors were encountered: