Crate qoaudio

Source
Expand description

§QOA - Quite OK Audio Format

A library for decoding qoa files.

Structs§

DecodedQoa
A fully decoded QOA file.
FrameHeader
The metadata at the beginning of each frame of slices.
QoaDecoder
Decoder of QOA files.

Enums§

DecodeError
ProcessingMode
The decoding mode of the QOA file.
QoaItem
Return type of QoaDecoder::next.

Constants§

MAX_SLICES_PER_CHANNEL_PER_FRAME
QOA_HEADER_SIZE
QOA_LMS_LEN
QOA_MAGIC
QOA_SLICE_LEN

Functions§

decode_all
Decode all samples of a QOA file read from reader.
open_and_decode_all
Same as decode_all but open the file and wrap in a BufReader first.