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
there seems to be no audioType for OPUS which is understandable since its so new. My thought is this audioType should be the FourCC identifier and not the uint8_t. Would it be acceptable to allow for this reduction in audio identifiers? When I load a mp4 container the track does not contain this uint8_t so I assume its a binding id to the FourCC?
The text was updated successfully, but these errors were encountered:
there seems to be no audioType for OPUS which is understandable since its so new. My thought is this audioType should be the FourCC identifier and not the uint8_t. Would it be acceptable to allow for this reduction in audio identifiers? When I load a mp4 container the track does not contain this uint8_t so I assume its a binding id to the FourCC?
The text was updated successfully, but these errors were encountered: