blob: 4374d893911043e5575b4c4b3d821fce07146884 [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 NotSupportedError (DOM Exception 9): The operation is not supported..
PASS convolver.buffer = context.createBuffer(1, 256, 44100) did not throw exception.
PASS successfullyParsed is true
TEST COMPLETE