Limited availability
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 AudioDecoder
interface of the WebCodecs API decodes chunks of audio.
AudioDecoder()
Creates a new AudioDecoder
object.
Inherits properties from its parent, EventTarget
.
AudioDecoder.decodeQueueSize
Read only
An integer representing the number of decode queue requests.
AudioDecoder.state
Read only
Represents the state of the underlying codec and whether it is configured for decoding.
AudioDecoder.isConfigSupported()
Returns a promise indicating whether the provided AudioDecoderConfig
is supported.
Inherits methods from its parent, EventTarget
.
AudioDecoder.configure()
Enqueues a control message to configure the audio decoder for decoding chunks.
AudioDecoder.decode()
Enqueues a control message to decode a given chunk of audio.
AudioDecoder.flush()
Returns a promise that resolves once all pending messages in the queue have been completed.
AudioDecoder.reset()
Resets all states including configuration, control messages in the control message queue, and all pending callbacks.
AudioDecoder.close()
Ends all pending work and releases system resources.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4