feat(waveform): add segment markers, zoom, and individual segment playback

This commit is contained in:
Hördle Bot
2025-11-23 01:03:03 +01:00
parent b27d5e49c9
commit 86829af17d
2 changed files with 180 additions and 22 deletions

View File

@@ -183,6 +183,7 @@ export default function SpecialEditorPage() {
audioUrl={`/uploads/${selectedSpecialSong.song.filename}`}
startTime={selectedSpecialSong.startTime}
duration={totalDuration}
unlockSteps={unlockSteps}
onStartTimeChange={(newStartTime) => handleStartTimeChange(selectedSpecialSong.songId, newStartTime)}
/>
{saving && (