[web-audio-api] Specify what should happen when the input channel count changes for delay nodes (#25)

> Originally reported on W3C Bugzilla [ISSUE-21426](https://www.w3.org/Bugs/Public/show_bug.cgi?id=21426) Thu, 28 Mar 2013 17:05:04 GMT
> Reported by Ehsan Akhgari [:ehsan]
> Assigned to 

For example, when the input channel count increases, it's not clear whether we need to playback silence or an upmixed version of the delayed buffer.  The rather might not be efficient to implement because it might require a large amount of work when processing the first buffer after the input channel count change.

---
Reply to this email directly or view it on GitHub:
https://github.com/WebAudio/web-audio-api/issues/25

Received on Wednesday, 11 September 2013 14:29:04 UTC