From b3f3c7c1a9cd16306484a345d805b86f6bcbe7ef Mon Sep 17 00:00:00 2001
From: Paul ADENOT Creates an AudioBuffer of the given size. The audio data in the
buffer will be zero-initialized (silent). An NOT_SUPPORTED_ERR exception MUST be thrown if
- the 4.1.2. Methods and Parameters
createBuffer
methodnumberOfChannels
or sampleRate
are out-of-bounds,
- or if length is 0.
The numberOfChannels parameter - determines how many channels the buffer will have. An implementation must support at least 32 channels.
+ determines how many channels the buffer will have. An implementation must support at least 32 channels.The length parameter determines the size of the buffer in sample-frames.
The sampleRate parameter describes