-
Notifications
You must be signed in to change notification settings - Fork 167
Open
Labels
extensionInterface changes that extend without breaking.Interface changes that extend without breaking.
Description
From the libopus documentation, it looks like the way to handle missing packets and have the decoder output packet loss concealment is to pass it an empty/null buffer.
But when creating an EncodedAudioChunk with a zero-length buffer and passing it to the decoder, in Chrome I get an error of "DOMException: Null or empty decoder buffer." The check in Chrome is here.
Is this the expected behavior, a Chrome implementation issue, or is this behavior something that should be clarified in the standard?
Metadata
Metadata
Assignees
Labels
extensionInterface changes that extend without breaking.Interface changes that extend without breaking.