feat(waveform): add segment markers, zoom, and individual segment playback
This commit is contained in:
@@ -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 && (
|
||||
|
||||
Reference in New Issue
Block a user