diff --git a/src/components/canvas/players/audio-player.ts b/src/components/canvas/players/audio-player.ts index aa3ca8f..1ff7672 100644 --- a/src/components/canvas/players/audio-player.ts +++ b/src/components/canvas/players/audio-player.ts @@ -167,7 +167,7 @@ export class AudioPlayer extends Player { return volume ?? 1; } - const clipLength = this.getLength() / 1000; + const clipLength = this.getLength(); const fade = Math.min(2, clipLength / 2); if (effect === "fadeIn") {