Expand description
§QOA - Quite OK Audio Format
A library for decoding qoa files.
Structs§
- Decoded
Qoa - A fully decoded QOA file.
- Frame
Header - The metadata at the beginning of each frame of slices.
- QoaDecoder
- Decoder of QOA files.
Enums§
- Decode
Error - Processing
Mode - The decoding mode of the QOA file.
- QoaItem
- Return type of
QoaDecoder::next
.
Constants§
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.