From c3f5d4348af38495e0cd8bf0ce89e28ffbbf4f2e Mon Sep 17 00:00:00 2001 From: Hans Dijkema Date: Mon, 4 May 2026 11:32:49 +0200 Subject: [PATCH] using ffmpeg decoder for mp3 in stead of libmpg123 --- audio-decoder.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio-decoder.rkt b/audio-decoder.rkt index 73a820b..4d18839 100644 --- a/audio-decoder.rkt +++ b/audio-decoder.rkt @@ -47,7 +47,7 @@ ;; MP3 (hash-set! audio-readers - 'mp3 + 'ffmpeg (make-audio-reader '("mp3") mp3-valid? mp3-open