This commit is contained in:
Aria 2025-09-30 23:51:59 -05:00
parent ccbf28f2db
commit c5f1085bd9
4 changed files with 21 additions and 3 deletions

View file

@ -475,6 +475,7 @@ export const getDistortionAlgorithm = (algo) => {
};
export const getDistortion = (distort, postgain, algorithm) => {
debugger;
return getWorklet(getAudioContext(), 'distort-processor', { distort, postgain }, { processorOptions: { algorithm } });
};