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

后端 未结 2 1727
天涯浪人
天涯浪人 2021-02-07 19:03

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).

提交回复
热议问题