Skip to content
/ qoa Public
forked from phoboslab/qoa

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

License

Notifications You must be signed in to change notification settings

mattdesl/qoa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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://phoboslab.org/log/2023/02/qoa-time-domain-audio-compression

Audio samples in WAV & QOA format can be found at: https://phoboslab.org/files/qoa-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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.0%
  • Makefile 3.0%