Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fukamachi/mp3-duration
- Owner: fukamachi
- Created: 2016-01-05T17:34:37.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-05T17:34:53.000Z (almost 9 years ago)
- Last Synced: 2024-05-02T01:14:40.969Z (7 months ago)
- Language: Common Lisp
- Size: 2.93 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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.