https://github.com/fukamachi/mp3-duration.git
git clone 'https://github.com/fukamachi/mp3-duration.git'
(ql:quickload :mp3-duration)
(import 'mp3-duration:estimate-duration)
;; Get the duration of an MP3 file in seconds.
(estimate-duration #P"Music/ピノキオP/ありふれたせかいせいふく.mp3")
;=> 202.97144
Copyright (c) 2016 Eitaro Fukamachi (e.arrows@gmail.com)
Licensed under the BSD 2-Clause License.