using ffmpeg decoder for mp3 in stead of libmpg123

This commit is contained in:
2026-05-04 11:32:49 +02:00
parent 007f18061a
commit c3f5d4348a
+1 -1
View File
@@ -47,7 +47,7 @@
;; MP3 ;; MP3
(hash-set! audio-readers (hash-set! audio-readers
'mp3 'ffmpeg
(make-audio-reader '("mp3") (make-audio-reader '("mp3")
mp3-valid? mp3-valid?
mp3-open mp3-open