Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement AnalyserNode #21712

Merged
merged 8 commits into from Sep 19, 2018
Prev

More WPT expectation updates

  • Loading branch information
Manishearth committed Sep 18, 2018
commit cc32e12d0a78298a4ce9621bec376296eee32a2b
@@ -8,9 +8,6 @@
[BaseAudioContext interface: attribute audioWorklet]
expected: FAIL

[BaseAudioContext interface: operation createAnalyser()]
expected: FAIL

[BaseAudioContext interface: operation createBiquadFilter()]
expected: FAIL

@@ -92,9 +89,6 @@
[BaseAudioContext interface: context must inherit property "audioWorklet" with the proper type]
expected: FAIL

[BaseAudioContext interface: context must inherit property "createAnalyser()" with the proper type]
expected: FAIL

[BaseAudioContext interface: context must inherit property "createBiquadFilter()" with the proper type]
expected: FAIL

@@ -161,9 +155,6 @@
[BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "audioWorklet" with the proper type]
expected: FAIL

[BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "createAnalyser()" with the proper type]
expected: FAIL

[BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "createBiquadFilter()" with the proper type]
expected: FAIL

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.