w3c / webcodecs

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

add opus inbandfec & dtx configure parameter to webcodecs audio encoder configure #527

Closed bdrtc closed 1 year ago

bdrtc commented 2 years ago

webcodecs support many audio codecs, some codec has its private encode configure parameters, opus for example, inbandfec、 dtx、complexity is importent for realtime comunication, but we find those paramerter was not described in spec and no brower implement them currently, we sugguest the spec describe a method for such case.

aboba commented 2 years ago

Duplicate of https://github.com/w3c/webcodecs/issues/244 Will be fixed by PR https://github.com/w3c/webcodecs/pull/594

bdrtc commented 1 year ago

close this as solved via #594