@@ -25,24 +25,6 @@ abl.slice() // <AudioBuffer 0, ...>
25
25
26
26
## API
27
27
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
-
46
28
### ` new AudioBufferList(source, options?) `
47
29
48
30
Creates new audio buffer list instance, ` new ` is not strictly required.
0 commit comments