Skip to content

Commit

Permalink
fix: Remove misleading comment
Browse files Browse the repository at this point in the history
  • Loading branch information
richardscull committed Sep 11, 2023
1 parent 7bc438f commit 1df1bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/merge/audio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
);

Expand Down

0 comments on commit 1df1bbe

Please sign in to comment.