---
title: createBuffer
framework: webkitjs
role: symbol
role_heading: Instance Method
path: webkitjs/audiocontext/1632260-createbuffer
---

# createBuffer

## Declaration

```data
AudioBuffer createBuffer(
    unsigned long numberOfChannels, 
    unsigned long numberOfFrames, 
    unrestricted float sampleRate
);
```
