Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAudioparam tests seem to have lots of failures with the specific values #23271
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Many of the AudioParam test results problems like these in the tests that ensure that the waveforms match:
servo/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/audioparam-linearRampToValueAtTime.html.ini
Line 2 in 36bb425
It seems like something is being offset or perhaps the values are just completely wrong. Servo and Firefox do sound the same with the same AudioParam JS though.
We should compare the actual waveforms and see what's going on. We've had offset issues before so I wouldn't be surprised if a small offset was being introduced somehow.