format
This commit is contained in:
parent
d8e4055c6e
commit
2f4cba4e94
2 changed files with 2 additions and 3 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue