Skip to content

Is it necessary to add key frame check step for audio decoder ? #606

Description

@bdrtc

From the main spec, audio decode method step 2:

`If [[key chunk required]] is true:

If chunk.[[type]] is not key, throw a DataError.

Implementers should inspect the chunk’s [[internal data]] to verify that it is truly a key chunk. If a mismatch is detected, throw a DataError.

Otherwise, assign false to [[key chunk required]].`

The term key frame only exist for video, there is no key frame for audio AFAIK,
it seems copy from video decoder description, is this step check necessary for audio ?

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