You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I've been toying around with this for a presentation, but I can't seem to make the reverb work even after trying a couple of different IR files (.wav).
Since I've been implementing most of the stuff myself, the only thing I'm using form the lib are the effects (particularly Distortion, Tremolo and Reverb), meaning I'm manually handling the connections and I'm not using the Output or Input classes provided by the lib.
I'm guessing the decoding of the arrayBuffer is not needed as the Reverb.js file seems to have it sorted on the setter, should I also omit making it an arrayBuffer in the first place?
The lib is a bit old but I got here after watching your live presentation and it has inspired some ideas for mine. Hope you can share some thoughts on how to solve this issue. Cheers!
Edit: as an extra bit of info, the sound does come out, only the Reverb doesn't work. I've tested using some Anechoic audio files.
The text was updated successfully, but these errors were encountered:
Hey, I've been toying around with this for a presentation, but I can't seem to make the reverb work even after trying a couple of different IR files (.wav).
Since I've been implementing most of the stuff myself, the only thing I'm using form the lib are the effects (particularly Distortion, Tremolo and Reverb), meaning I'm manually handling the connections and I'm not using the Output or Input classes provided by the lib.
I'm guessing the decoding of the arrayBuffer is not needed as the Reverb.js file seems to have it sorted on the setter, should I also omit making it an arrayBuffer in the first place?
The lib is a bit old but I got here after watching your live presentation and it has inspired some ideas for mine. Hope you can share some thoughts on how to solve this issue. Cheers!
Edit: as an extra bit of info, the sound does come out, only the Reverb doesn't work. I've tested using some Anechoic audio files.
The text was updated successfully, but these errors were encountered: