blob: d378f9471bd2fcbddbc1151bf36d77bb663a7bc1 [file] [log] [blame]
Tests that ConvolverNode buffer rate must match context rate.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS convolver.buffer = context.createBuffer(1, 256, 22050) threw exception Error: NotSupportedError: DOM Exception 9.
PASS convolver.buffer = context.createBuffer(1, 256, 44100) did not throw exception.
PASS successfullyParsed is true
TEST COMPLETE