refactor: removed redundant audioplayer and improved component coherence

This commit is contained in:
averel10
2026-04-03 09:55:11 +02:00
parent bf9c8ff2d0
commit 3e54d2c1ee
7 changed files with 127 additions and 146 deletions

View File

@@ -82,7 +82,6 @@ export default function CalibrationEntryView({
{/* Waveform player */}
<WaveformPlayer
src={audioSrc}
durationMs={null}
onFullyPlayed={() => setFullyPlayed(true)}
/>