DosWorld / qoa-sound

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.

⚠️ 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.2%Language:Makefile 2.8%