Using "standardized-audio-context" to fix compatibility of AudioContext with Safari.
This commit is contained in:
parent
d43633e936
commit
100198b55c
6 changed files with 41 additions and 61 deletions
|
@ -1,4 +1,5 @@
|
|||
<script lang="typescript">
|
||||
import { AudioContext } from 'standardized-audio-context';
|
||||
import {SoundMeter} from "../Phaser/Components/SoundMeter";
|
||||
import {onDestroy} from "svelte";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue