Path: blob/main/files/en-us/web/api/audiobuffer/length/index.md
6546 views
------{{ APIRef("Web Audio API") }}
The length property of the {{ domxref("AudioBuffer") }} interface returns an integer representing the length, in sample-frames, of the PCM data stored in the buffer.
Value
An integer.
Examples
Specifications
{{Specifications}}
Browser compatibility
{{Compat}}