Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.
Note: This feature is available in Dedicated Web Workers.
The decode() method of the AudioDecoder interface enqueues a control message to decode a given chunk of audio.
decode(chunk)chunkAn EncodedAudioChunk object representing a chunk of encoded audio.
None (undefined).
InvalidStateError DOMExceptionThrown if the state is not "configured".
DataError DOMExceptionThrown if the chunk is unable to be decoded due to relying on other frames for decoding.