百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
Q

qoa

> 编程语言
开源

用于快速、损失性音频压缩的“Quite OK 音频格式”

958 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

用于快速、损失性音频压缩的“Quite OK 音频格式”

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.

Compiling

Call make to build qoaconv and qoaplay. By default qoaconv is compiled without MP3 and FLAC support.

To compile qoaconv with MP3 and FLAC support, download the dr_*.h files and pass HAS_DRLIBS=true to make:

curl https://raw.githubusercontent.com/mackron/dr_libs/refs/heads/master/dr_mp3.h -o dr_mp3.h
curl https://raw.githubusercontent.com/mackron/dr_libs/refs/heads/master/dr_flac.h -o dr_flac.h
make HAS_DRLIBS=true

Alternative Implementations of QOA

  • pfusik/qoa-fu - Fusion, transpiling to C, C++, C#,

D, Java, JavaScript, Python, Swift and TypeScript

  • qoa-format - JavaScript encoder/decoder
  • JohannesFriedrich/qoa4R - R
  • rafaelcaricio/qoaudio - Pure Rust zero-dependency decoder implementation
  • AuburnSounds/audio-formats - D library, supports QOA
  • braheezy/goqoa - Go library and CLI tool
  • HaxelWorks/qoa-python - Python wrapper using cffi
  • Cl Qoa - Common Lisp
  • Resona QOA - Pure Go decoder and encoder implementation

QOA Support in Other Software

  • Godot Engine - supports compressing WAV files into QOA since 4.3
  • raylib - supports decoding QOA samples through its raudio module
  • SerenityOS supports QOA system wide through QOALoader.h
  • Qmmp - supports decoding QOA samples
  • Visual Studio Code: supports playing QOA files with the QOA Preview extension
  • OpenCubicPlayer - supports playing QOA files
  • file: identify QOA files

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

C

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言