This commit is contained in:
Jade (Rose) Rowland 2024-08-18 13:07:41 -04:00
parent ef6af96947
commit d3733d4209
3 changed files with 7 additions and 56 deletions

View file

@ -88,7 +88,7 @@ export const getAudioContext = () => {
};
export function getAudioContextCurrentTime() {
return getAudioContext().currentTime
return getAudioContext().currentTime;
}
let workletsLoading;