Remove resetGlobalEffects from AudioContext
This commit is contained in:
parent
7774364ac7
commit
f5fc0ff9d1
2 changed files with 2 additions and 3 deletions
|
|
@ -1,10 +1,7 @@
|
|||
import { analysers, resetGlobalEffects } from './superdough.mjs';
|
||||
|
||||
let audioContext;
|
||||
|
||||
export const setDefaultAudioContext = () => {
|
||||
audioContext = new AudioContext();
|
||||
resetGlobalEffects();
|
||||
return audioContext;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue