remove unessecary functions
This commit is contained in:
parent
af3d32a493
commit
ff85f2307f
2 changed files with 0 additions and 3 deletions
|
|
@ -27,7 +27,6 @@ export function getSound(s) {
|
|||
export const resetLoadedSounds = () => soundMap.set({});
|
||||
|
||||
let audioContext;
|
||||
export const isAudioInitialized = () => audioContext != null;
|
||||
|
||||
export const setDefaultAudioContext = () => {
|
||||
audioContext = new AudioContext();
|
||||
|
|
|
|||
|
|
@ -10,11 +10,9 @@ import cx from '@src/cx.mjs';
|
|||
import { transpiler } from '@strudel/transpiler';
|
||||
import {
|
||||
getAudioContext,
|
||||
initAudio,
|
||||
webaudioOutput,
|
||||
resetGlobalEffects,
|
||||
resetLoadedSounds,
|
||||
isAudioInitialized,
|
||||
initAudioOnFirstClick,
|
||||
} from '@strudel/webaudio';
|
||||
import { defaultAudioDeviceName } from '../settings.mjs';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue