From 3b5677e4824c8365492a0132037fe60d7e43932e Mon Sep 17 00:00:00 2001 From: Matthew Stratford Date: Sat, 11 Sep 2021 19:15:08 +0100 Subject: [PATCH] Delete the other old wav import. --- src/mixer/audio.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mixer/audio.ts b/src/mixer/audio.ts index 2816b4e..e35c8e4 100644 --- a/src/mixer/audio.ts +++ b/src/mixer/audio.ts @@ -4,7 +4,6 @@ import StrictEmitter from "strict-event-emitter-types"; import WaveSurfer from "wavesurfer.js"; import CursorPlugin from "wavesurfer.js/dist/plugin/wavesurfer.cursor.min.js"; import RegionsPlugin from "wavesurfer.js/dist/plugin/wavesurfer.regions.min.js"; -import NewsEndCountdown from "../assets/audio/NewsEndCountdown.wav"; import NewsIntro from "../assets/audio/NewsIntro.wav"; import StereoAnalyserNode from "stereo-analyser-node";