This is the mp3-duration Reference Manual, version 0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 07:07:01 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
mp3-duration
Get the duration of an MP3 file
Eitaro Fukamachi
BSD 2-Clause
# 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 (e.arrows@gmail.com)
## Copyright
Copyright (c) 2016 Eitaro Fukamachi (e.arrows@gmail.com)
## License
Licensed under the BSD 2-Clause License.
0.1
src
(module).
Modules are listed depth-first from the system components tree.
mp3-duration/src
mp3-duration
(system).
mp3-duration.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
mp3-duration/mp3-duration.asd
mp3-duration
(system).
mp3-duration/src/mp3-duration.lisp
src
(module).
estimate-duration
(function).
*skip-buffer*
(special variable).
copy-peekable-stream
(function).
make-peekable-stream
(function).
parse-frame
(function).
peek-byte
(function).
peekable-stream
(structure).
peekable-stream-p
(function).
peekable-stream-peek
(reader).
(setf peekable-stream-peek)
(writer).
peekable-stream-real-stream
(reader).
(setf peekable-stream-real-stream)
(writer).
read-byte*
(function).
skip-bytes
(function).
skip-id3-tag
(function).
unread-byte
(function).
Packages are listed by definition order.
mp3-duration
common-lisp
.
estimate-duration
(function).
*skip-buffer*
(special variable).
copy-peekable-stream
(function).
make-peekable-stream
(function).
parse-frame
(function).
peek-byte
(function).
peekable-stream
(structure).
peekable-stream-p
(function).
peekable-stream-peek
(reader).
(setf peekable-stream-peek)
(writer).
peekable-stream-real-stream
(reader).
(setf peekable-stream-real-stream)
(writer).
read-byte*
(function).
skip-bytes
(function).
skip-id3-tag
(function).
unread-byte
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
peek
.
Jump to: | (
C E F M P R S U |
---|
Jump to: | (
C E F M P R S U |
---|
Jump to: | *
P R S |
---|
Jump to: | *
P R S |
---|
Jump to: | F M P S |
---|
Jump to: | F M P S |
---|