keeping background audio playing
This commit is contained in:
parent
6c27aad94b
commit
065540d665
|
@ -246,7 +246,7 @@ export default function Home() {
|
|||
};
|
||||
|
||||
useEffect(() => {
|
||||
unmute(Tone.context.rawContext, false, false);
|
||||
unmute(Tone.context.rawContext, true, false);
|
||||
}, []);
|
||||
|
||||
return (
|
||||
|
|
Loading…
Reference in New Issue