w3c / webcodecs

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

Add OpusEncoderConfig parameters #594

Closed tguilbert-google closed 1 year ago

tguilbert-google commented 1 year ago

This PR adds in-band-FEC, DTX and complexity configuration knobs to the Opus encoder.

This should fix #244 and #527

tguilbert-google commented 1 year ago

I will leave some time for @padenot to comment before merging.

I am working on the Chromium implementation.

tguilbert-google commented 1 year ago

This has been open for a few extra days, I will go ahead and merge. If there's anything that needs updating, please let me know @padenot.

Thanks for the reviews!