web-audio-api-rs icon indicating copy to clipboard operation
web-audio-api-rs copied to clipboard

Multichannel support for ConvolverNode

Open orottier opened this issue 11 months ago • 1 comments

The current implementation only supports mono processing. See #537 for some discussion

orottier avatar Dec 12 '24 16:12 orottier

Multi channel is now supported, however we need to add one bit still:

There is still a todo regarding input number of channel changes (i.e. from stereo to mono), I guess we need to add a bit of bookkeeping to properly handle the tail of the channel that disappeared, but not completely sure how to do that yet.

orottier avatar Jan 13 '25 11:01 orottier