w3c / webcodecs

WebCodecs is a flexible web API for encoding and decoding audio and video.
https://w3c.github.io/webcodecs/
Other
987 stars 136 forks source link

Add AudioEncoderConfig.bitrateMode default #700

Closed tguilbert-google closed 1 year ago

tguilbert-google commented 1 year ago

This PR fixes #699.

It sets AudioEncoderConfig.bitrateMode to "variable" by default. This matches the VideoEncoder's behavior, and the behavior from the media recorder spec.


Preview | Diff

tguilbert-google commented 1 year ago

Ping @youennf, @padenot (one line change).

tguilbert-google commented 1 year ago

Ping @padenot, @youennf