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
opusdec seems to write wav files that exceed the limits of wav/RIFF without any notification or warning. The resulting files appear to contain all the audio data, but anything that reads the resulting files just gets truncated audio because the RIFF header only supports the limits of the original RIFF format.
When writing wav files larger than the limits of the RIFF format, opusdec should write them with an RF64 header, which supports file sizes over 4GB and is an accepted ITU standard.
The text was updated successfully, but these errors were encountered:
opusdec seems to write wav files that exceed the limits of wav/RIFF without any notification or warning. The resulting files appear to contain all the audio data, but anything that reads the resulting files just gets truncated audio because the RIFF header only supports the limits of the original RIFF format.
When writing wav files larger than the limits of the RIFF format, opusdec should write them with an RF64 header, which supports file sizes over 4GB and is an accepted ITU standard.
The text was updated successfully, but these errors were encountered: