Skip to content

Instantly share code, notes, and snippets.

@vitaliy-bobrov
Created June 17, 2019 19:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vitaliy-bobrov/2ec3bf82d2b04609f33b63754146f4e5 to your computer and use it in GitHub Desktop.
Save vitaliy-bobrov/2ec3bf82d2b04609f33b63754146f4e5 to your computer and use it in GitHub Desktop.
const makeUpGain = new GainNode(context, {
// Need to be adjusted to a particular IR.
gain: 5
});
guitarInput
.connect(convolver)
.connect(makeUpGain)
.connect(context.destination);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment