Web Audio Api : How do I add a working convolver?

后端 未结 2 455
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-07 19:14

What I am trying to learn / do: How to set up a simple working convolver (reverb) into my code sandbox below using an impulse response. I thought it was similar

2条回答
  •  野的像风
    2021-02-07 19:56

    Connect the output of the convolver to something. What you have now is the source connected to the convolver, but the convolver isn't connected to anything. As a first cut, convolver.connect(context.destination).

提交回复
热议问题