w3c / webcodecs

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

sampleRate and numberOfChannels are required and have to be non-zero in a valid AudioEncoderConfig #780

Closed padenot closed 3 months ago

padenot commented 3 months ago

They are not required for decoding -- this depends on the codec.

This fixes #714.


Preview | Diff