Structs§
- An ALAC packet decoder.
- An error indicating user-provided data is invalid.
- An iterator-like type that decodes packets into a user-provided buffer.
- An ALAC reader and decoder supporting
mp4
andcaf
files (if the respective Cargo features are enabled). - An iterator that yields samples of type
S
read from aReader
. - Codec initialisation parameters for an ALAC stream.
Enums§
- The format of an ALAC file.
- An error when reading an ALAC file using a
Reader
.
Traits§
- A type that can be used to represent audio samples.