Foobar2000:Components/QOA Audio Decoder (foo qoa): Difference between revisions
Appearance
Created page with "Legacy input components {{Foobar Component Infobox | name = QOA Audio Decoder | module_name = foo_qoa ..." |
m version |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
[[Category:Foobar2000 Legacy input components|Legacy input components]] | [[Category:Foobar2000 Legacy input components|Legacy input components]] | ||
{{Foobar Component Infobox | {{Foobar Component Infobox | ||
| name | | name = QOA Audio Decoder | ||
| module_name | | module_name = foo_qoa | ||
| developer | | developer = {{ha user|u=30775|name=Piotr Fusik}} | ||
| repository | | repository = [https://github.com/pfusik/qoa-fu GitHub] | ||
| released | | released = {{start date and age|2023|02|08}} | ||
| released_ref | | released_ref = | ||
| stable_release | | stable_release = 0.3.0 | ||
| stable_release_date | | stable_release_date = 2023-04-04 | ||
| preview_release | | preview_release = | ||
| preview_release_date = | | preview_release_date = | ||
| foobar2000_minimum | | foobar2000_architecture = Windows 32-bit, Windows 64-bit | ||
| foobar2000_ui_module = | | foobar2000_minimum = | ||
| use | | foobar2000_ui_module = | ||
| license | | use = Input | ||
| license = MIT license | |||
}} | }} | ||
==Description== | ==Description== | ||
Latest revision as of 16:12, 15 January 2026
| QOA Audio Decoder | |
|---|---|
foo_qoa | |
| Developer(s) | |
| Repository | GitHub |
| Release information | |
| Initial release | February 8, 2023; 3 years ago |
| Stable release | 0.3.0 (April 4, 2023) |
| foobar2000 compatibility | |
| Architecture | Windows 32-bit, Windows 64-bit |
| Minimum version | TBC |
| UI module(s) | N/A |
| Additional information | |
| Use | Input |
| License | MIT license |
| View all components | |
Description
Decodes the Quite OK Audio (QOA) format. This project implements decoding of the "Quite OK Audio" (QOA) format in the Ć programming language.
Features
tl;dr: QOA is a lossy, time domain audio compression format with a constant bitrate of 277 kbits/s for Stereo 44100hz. 400 lines of C, single header.
Warning
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. 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.
External links
- Quite OK Audio (QOA) Decoder on
foobar2000.org - quick QOA Format description