AudioEncoder

The AudioEncoder interface of the WebCodecs API encodes AudioData objects.

Constructor

AudioEncoder.AudioEncoder()

Creates a new AudioEncoder object.

Properties

AudioEncoder.encodeQueueSizeRead only

An integer representing the number of encode queue requests.

AudioEncoder.stateRead only

Represents the state of the underlying codec and whether it is configured for decoding.

Methods

AudioEncoder.configure()

Enqueues a control message to configure the audio encoder for encoding chunks.

AudioEncoder.encode()

Enqueues a control message to encode a given AudioData objects.

AudioEncoder.flush()

Returns a promise that resolves once all pending messages in the queue have been completed.

AudioEncoder.reset()

Resets all states including configuration, control messages in the control message queue, and all pending callbacks.

AudioEncoder.close()

Ends all pending work and releases system resources.

Specifications

Browser compatibility

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari WebView Android Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet
AudioEncoder
94
94
No
No
80
No
94
94
No
No
No
No
AudioEncoder
94
94
No
No
80
No
94
94
No
No
No
No
close
94
94
No
No
80
No
94
94
No
No
No
No
configure
94
94
No
No
80
No
94
94
No
No
No
No
encode
94
94
No
No
80
No
94
94
No
No
No
No
encodeQueueSize
94
94
No
No
No
No
94
94
No
No
No
No
reset
94
94
No
No
80
No
94
94
No
No
No
No
state
94
94
No
No
80
No
94
94
No
No
No
No

© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/AudioEncoder