keeping background audio playing

This commit is contained in:
Seth Forsgren 2022-12-14 01:13:40 -08:00
parent 6c27aad94b
commit 065540d665
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ export default function Home() {
};
useEffect(() => {
unmute(Tone.context.rawContext, false, false);
unmute(Tone.context.rawContext, true, false);
}, []);
return (