diff --git a/app/src/components/AudioPlayer/AudioPlayer.tsx b/app/src/components/AudioPlayer/AudioPlayer.tsx index 75e1b4e5..667404f3 100644 --- a/app/src/components/AudioPlayer/AudioPlayer.tsx +++ b/app/src/components/AudioPlayer/AudioPlayer.tsx @@ -139,7 +139,11 @@ export function AudioPlayer() { barRadius: 2, height: 80, normalize: true, - backend: 'WebAudio', + // Use MediaElement backend (default). Unlike the WebAudio backend, + // MediaElement uses a standard