Fix paths and extensions
This commit is contained in:
parent
253ff78c00
commit
624be1a7fa
5 changed files with 5 additions and 5 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue