Using "standardized-audio-context" to fix compatibility of AudioContext with Safari.

This commit is contained in:
David Négrier 2021-06-02 17:58:58 +02:00
parent d43633e936
commit 100198b55c
6 changed files with 41 additions and 61 deletions

View file

@ -1,4 +1,5 @@
<script lang="typescript">
import { AudioContext } from 'standardized-audio-context';
import {SoundMeter} from "../Phaser/Components/SoundMeter";
import {onDestroy} from "svelte";