Open
Description
I suggest to split up the webcodecs
feature into two features audio-codecs
and video-codecs
, because they have different levels of browser support:
AudioDecoder
is available in all browsers except Firefox Android and Safari.VideoDecoder
is available in all browsers except Firefox Android.
See: https://github.com/web-platform-dx/web-features/blob/main/features/webcodecs.yml.dist
/cc @ddbeck