feat: Replace react-h5-audio-player with @arraypress/waveform-player and update AudioPlayer component to support waveform visualization

This commit is contained in:
2026-02-06 18:50:06 +08:00
parent 26e40039a9
commit 8f5cfd8093
10 changed files with 149 additions and 129 deletions

View File

@@ -422,6 +422,7 @@ function VoiceCloneForm() {
<AudioPlayer
audioUrl={memoizedAudioUrl}
jobId={currentJob.id}
text={currentJob.parameters?.text}
/>
</div>
)}