Skip to content

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

Open
@eharris

Description

@eharris

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions