- From: Paul Adenot <notifications@github.com>
- Date: Mon, 23 May 2016 07:19:21 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc:
Received on Monday, 23 May 2016 14:19:48 UTC
This issue was created in particular for [AudioParam.setValueCurve](http://webaudio.github.io/web-audio-api/#widl-AudioParam-setValueCurveAtTime-AudioParam-Float32Array-values-double-startTime-double-duration), that does a copy. This function is not very hot, it's just setting an array once, making a copy so it's used internally by another thread. Because of the fact that the Web Audio API uses multiple threads, buffers that are passed in are usually detached or copied. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/heycam/webidl/issues/126#issuecomment-220993687
Received on Monday, 23 May 2016 14:19:48 UTC