Crate alac

Source

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 and caf files (if the respective Cargo features are enabled).
  • An iterator that yields samples of type S read from a Reader.
  • 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.