This commit is contained in:
Jade (Rose) Rowland 2025-03-30 20:26:44 -04:00
parent d8e4055c6e
commit 2f4cba4e94
2 changed files with 2 additions and 3 deletions

View file

@ -212,7 +212,7 @@ export function webAudioTimeout(audioContext, onComplete, startTime, stopTime) {
constantNode.onended = () => {
onComplete();
};
return constantNode
return constantNode;
}
const mod = (freq, range = 1, type = 'sine') => {
const ctx = getAudioContext();