This is the cl-wav Reference Manual, version 0.0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 05:31:55 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
cl-wav
Reads Wave Audio File Format, WAV files.
Rob Blackwell
0.0.1
alexandria
(system).
cl-riff
(system).
package.lisp
(file).
wav.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
cl-wav/wav.lisp
package.lisp
(file).
cl-wav
(system).
+experimental+
(constant).
+gsm-610+
(constant).
+ima-adpcm+
(constant).
+itu-g711-a-law+
(constant).
+itu-g711-mu-law+
(constant).
+itu-g721+adpcm+
(constant).
+itu-g723-adpcm-yamaha+
(constant).
+microsoft-adpcm+
(constant).
+mpeg+
(constant).
+pcmi-uncompressed+
(constant).
+unknown+
(constant).
data-chunk-data-samples-reader
(function).
format-chunk-data-reader
(function).
read-wav-file
(function).
wrap-data-chunk-data-samples-reader
(function).
wrap-format-chunk-data-reader
(function).
write-wav-file
(function).
*format-chunk*
(special variable).
format-chunk-data-writer
(function).
read-s2
(function).
read-s2-sample
(function).
read-u1-sample
(function).
s2-sample-data-chunk-reader
(function).
u1-sample-data-chunk-reader
(function).
wrap-format-chunk-data-writer
(function).
Packages are listed by definition order.
wav
alexandria
.
common-lisp
.
+experimental+
(constant).
+gsm-610+
(constant).
+ima-adpcm+
(constant).
+itu-g711-a-law+
(constant).
+itu-g711-mu-law+
(constant).
+itu-g721+adpcm+
(constant).
+itu-g723-adpcm-yamaha+
(constant).
+microsoft-adpcm+
(constant).
+mpeg+
(constant).
+pcmi-uncompressed+
(constant).
+unknown+
(constant).
data-chunk-data-samples-reader
(function).
format-chunk-data-reader
(function).
read-wav-file
(function).
wrap-data-chunk-data-samples-reader
(function).
wrap-format-chunk-data-reader
(function).
write-wav-file
(function).
*format-chunk*
(special variable).
format-chunk-data-writer
(function).
read-s2
(function).
read-s2-sample
(function).
read-u1-sample
(function).
s2-sample-data-chunk-reader
(function).
u1-sample-data-chunk-reader
(function).
wrap-format-chunk-data-writer
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Returns an array of float samples by reading and converting the underlying data sample representation.
Reads and parses the chunk-data from a format chunk.
Reads a wav file from filespec.
Creates a new chunk-data-reader function that wraps the supplied chunk-data-reader with the ability to read data chunks as floating point samples. Can be used as an alternative to the default chunk-data-reader when calling read-wav-file.
Creates a new chunk-data-reader function that wraps the supplied chunk-data-reader with the ability to parse format chunks.
Reads a 2 byte signed integer sample from stream.
Reads a 2 byte sample from stream, returning a corresponding float between -1.0 and 1.0.
Reads a 1 byte sample from stream, returning a corresponding float between -1.0 and 1.0.
Returns an array of float samples corresponding to the 2 byte signed samples read from data chunk.
Returns an array of float samples corresponding to the 1 byte samples read from data chunk.
Creates a new chunk-data-writer that wraps the supplied chunk-data-writer with the ability to emit format chunks.
Jump to: | D F R S U W |
---|
Jump to: | D F R S U W |
---|
Jump to: | *
+
C S |
---|
Jump to: | *
+
C S |
---|
Jump to: | C F P S W |
---|
Jump to: | C F P S W |
---|