Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Get the duration of an MP3 file
https://github.com/fukamachi/mp3-duration

Last synced: 13 days ago
JSON representation

Get the duration of an MP3 file

Awesome Lists containing this project

README

        

# Mp3-Duration - Get the duration of an MP3 file

## Usage

```common-lisp
(import 'mp3-duration:estimate-duration)

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

## Author

* Eitaro Fukamachi ([email protected])

## Copyright

Copyright (c) 2016 Eitaro Fukamachi ([email protected])

## License

Licensed under the BSD 2-Clause License.