Fix paths and extensions

This commit is contained in:
Johannes Marbach 2023-11-13 20:10:55 +01:00
parent 253ff78c00
commit 624be1a7fa
5 changed files with 5 additions and 5 deletions

View file

@ -29,7 +29,7 @@ import { createAudioContext, decodeOgg } from "./compat";
import { clamp } from "../utils/numbers";
import { WorkerManager } from "../WorkerManager";
import { DEFAULT_WAVEFORM, PLAYBACK_WAVEFORM_SAMPLES } from "./consts";
import playbackWorkerFactory from "../workers/playbackWorkerFactory.js";
import playbackWorkerFactory from "../workers/playbackWorkerFactory";
export enum PlaybackState {
Decoding = "decoding",