mp3-duration

https://github.com/fukamachi/mp3-duration.git

git clone 'https://github.com/fukamachi/mp3-duration.git'

(ql:quickload :mp3-duration)
2

Mp3-Duration - Get the duration of an MP3 file

Usage

(import 'mp3-duration:estimate-duration)

;; Get the duration of an MP3 file in seconds.
(estimate-duration #P"Music/ピノキオP/ありふれたせかいせいふく.mp3")
;=> 202.97144

Author

Copyright

Copyright (c) 2016 Eitaro Fukamachi (e.arrows@gmail.com)

License

Licensed under the BSD 2-Clause License.