Re: Removing a buffer from the context

>> 
>> What kind of buffer are you talking about?  AudioBufferSourceNode?
>> 
> 
> Not the node, just a buffer that you create with context.createBuffer()
> 
> 
> You mean context.createBufferSource()? 

No, context.createBuffer()  :)

http://www.w3.org/TR/webaudio/#methodsandparams-AudioContext

It creates a buffer that you can use in some nodes

Received on Friday, 20 July 2012 17:11:48 UTC