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
In the wild, PCM can be in little endian or big endian. Because most of the time they come from RIFF files and RIFF files are little endian, implementations (certainly Firefox, probably Chrome?) have assumed little endian. RIFX files exist but are somewhat rare, that would be big endian RIFF files.
I propose that we standardize Web Codecs facilities to be little endian. We can always register new pcm types if a big endian ends up being needed.
The text was updated successfully, but these errors were encountered:
In the wild, PCM can be in little endian or big endian. Because most of the time they come from RIFF files and RIFF files are little endian, implementations (certainly Firefox, probably Chrome?) have assumed little endian. RIFX files exist but are somewhat rare, that would be big endian RIFF files.
I propose that we standardize Web Codecs facilities to be little endian. We can always register new pcm types if a big endian ends up being needed.
The text was updated successfully, but these errors were encountered: