Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

opusdec decoding to wav files over 3 hours results in truncated audio, support for rf64 #386

Open
eharris opened this issue Dec 30, 2024 · 0 comments

Comments

@eharris
Copy link

eharris commented Dec 30, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant