You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test checks that a sampling rate of 1 or 10000000 are invalid, and a whole series of validButUnsupportedConfigs
Why would a configuration be valid but unsupported. It should be normalised and either made it supported or not valid.
Firefox checks that the sampling rate is between 3000 and 384000 inclusive. That seems an acceptable choice
The text was updated successfully, but these errors were encountered:
jyavenard
changed the title
[WebCodec | AudioEncoder] Test checks for "valid" samplingRate value, when none are defined
[WebCodec | AudioEncoder] Test checks for "valid" samplingRate value, when none are defined as invalid
Dec 11, 2024
wpt/webcodecs/audio-encoder-config.https.any.js
Lines 167 to 180 in 1f7679a
The test checks that a sampling rate of 1 or 10000000 are invalid, and a whole series of
validButUnsupportedConfigs
Why would a configuration be valid but unsupported. It should be normalised and either made it supported or not valid.
Firefox checks that the sampling rate is between 3000 and 384000 inclusive. That seems an acceptable choice
The text was updated successfully, but these errors were encountered: