From 1df1bbea439b0b59e87ddd01909dab9d1fb1f26a Mon Sep 17 00:00:00 2001 From: ItsRichardScull Date: Mon, 11 Sep 2023 15:38:05 +0300 Subject: [PATCH] fix: Remove misleading comment --- src/merge/audio.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/merge/audio.ts b/src/merge/audio.ts index d7c9227..31fc1f4 100644 --- a/src/merge/audio.ts +++ b/src/merge/audio.ts @@ -21,7 +21,7 @@ export async function MergeAudioAndExport( `${secondSong.path}/${secondSong.difficulty.general.audioFilename}`, "Temp/SecondPart.mp3", { - start: timecodes.startOfSecondHalf / 1000, // +1s to avoid unsync audio after fading + start: timecodes.startOfSecondHalf / 1000, } );