Skip to content

Commit 5bee4b4

Browse files
committed
Update readme.md
1 parent 3198766 commit 5bee4b4

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

readme.md

-18
Original file line numberDiff line numberDiff line change
@@ -25,24 +25,6 @@ abl.slice() // <AudioBuffer 0, ...>
2525

2626
## API
2727

28-
### Table of Content
29-
30-
* [new AudioBufferList(src?, opts?)](#new-audiobufferlistsource-options)
31-
* [list.append(buf)](#listappendbuffer)
32-
* [list.insert(idx?, buf)](#listinsertoffset0-buffer)
33-
* [list.remove(idx?, len)](#listremoveoffset0-count)
34-
* [list.slice(from?, to?)](#listslicestart0-end-0)
35-
* [list.map(val|fn, from?, to?)](#listmapbuffer-index-offset--bufferbool-from0-to-0)
36-
* [list.copy(dst?, from?, to?)](#listcopydest-start0-end-0)
37-
* [list.copyFromChannel(dst, ch, from?, to?)](#listcopyfromchannelarr-channel-startinchannel0)
38-
* [list.copyToChannel(src, ch, from?)](#listcopytochannelarr-channel-startinchannel0)
39-
* [list.split(a, b, c, ...)](#listsplita-b-c-)
40-
* [list.join(from?, to?)](#listjoinstart0-end-0)
41-
* [list.offset(idx)](#listoffsetsample)
42-
* [list.destroy()](#listdestroy)
43-
44-
<!-- * [list.repeat(times)](#listrepeatcount) -->
45-
4628
### `new AudioBufferList(source, options?)`
4729

4830
Creates new audio buffer list instance, `new` is not strictly required.

0 commit comments

Comments
 (0)