From 5d28c5c825d64fa92392c6ef9b22c190d2d95f92 Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Fri, 16 Sep 2022 00:17:42 +0200 Subject: [PATCH] add license info --- packages/webaudio/worklets.mjs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/webaudio/worklets.mjs b/packages/webaudio/worklets.mjs index 2c4ab540..c5306c45 100644 --- a/packages/webaudio/worklets.mjs +++ b/packages/webaudio/worklets.mjs @@ -1,4 +1,6 @@ -// all the credit goes to webdirt: https://github.com/dktr0/WebDirt/blob/5ce3d698362c54d6e1b68acc47eb2955ac62c793/dist/AudioWorklets.js +// LICENSE GNU General Public License v3.0 see https://github.com/dktr0/WebDirt/blob/main/LICENSE +// all the credit goes to dktr0's webdirt: https://github.com/dktr0/WebDirt/blob/5ce3d698362c54d6e1b68acc47eb2955ac62c793/dist/AudioWorklets.js +// <3 class CoarseProcessor extends AudioWorkletProcessor { static get parameterDescriptors() {