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