southdy / qoa

The “Quite OK Audio Format” for fast, lossy audio compression

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QOA Logo

QOA - The “Quite OK Audio Format” for fast, lossy audio compression

Single-file MIT licensed library for C/C++

See qoa.h for the documentation and format specification.

More info at: https://qoaformat.org

Audio samples in WAV & QOA format can be found at: https://qoaformat.org/samples/

⚠️ This implementation has not yet been fuzzed. Don't use it with untrusted input.

⚠️ The format is likely to change in the coming weeks. Once it is finalized, a detailed specification will be published. Note that files encoded with a current development versions will likely not work (or produce horrible sounds) when decoded in a slightly older or newer version.

⚠️ If you are experimenting with QOA, please be very careful, especially when wearing headphones. You may unexpectedly produce garbage output that can damage your ears. I had more than a few close calls.

Alternative Implementations of QOA

About

The “Quite OK Audio Format” for fast, lossy audio compression

License:MIT License


Languages

Language:C 97.0%Language:Makefile 3.0%