blob: 43465745919cce6b04e4efc94f66d43f69a9cf90 [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: Buffer sample rate does not match the context's sample rate.
PASS convolver.buffer = context.createBuffer(1, 256, 44100) did not throw exception.
PASS successfullyParsed is true
TEST COMPLETE