Articles tagged: AudioBuffer
Found 8 documents
- Web/API/AudioBuffer Objects of these types are designed to hold small audio snippets, typically less than 45 s. For ...
- Web/API/AudioBuffer/copyFromChannel The copyFromChannel() method of the AudioBuffer interface copies the samples from the specified ...
- Web/API/AudioBuffer/copyToChannel The copyToChannel() method of the AudioBuffer interface copies the samples to the specified ...
- Web/API/AudioBuffer/duration A double.
- Web/API/AudioBuffer/getChannelData A Float32Array.
- Web/API/AudioBuffer/length A float.
- Web/API/AudioBuffer/numberOfChannels An integer.
- Web/API/AudioBuffer/sampleRate A float.