Foobar2000:Components/QOA Audio Decoder (foo qoa): Difference between revisions
(Created page with "Legacy input components {{Foobar Component Infobox | name = QOA Audio Decoder | module_name = foo_qoa ...") |
mNo edit summary |
||
Line 9: | Line 9: | ||
| stable_release = | | stable_release = | ||
| stable_release_date = | | stable_release_date = | ||
| preview_release = 0. | | preview_release = 0.3.0 | ||
| preview_release_date = 2023- | | preview_release_date = 2023-04-04 | ||
| foobar2000_minimum = | | foobar2000_minimum = | ||
| foobar2000_ui_module = | | foobar2000_ui_module = |
Latest revision as of 08:36, 5 April 2023
QOA Audio Decoder | |
---|---|
foo_qoa | |
Developer(s) | Piotr Fusik |
Repository | GitHub |
Release information | |
Initial release | February 8, 2023; 1 year ago |
Preview release | 0.3.0 (April 4, 2023) |
foobar2000 compatibility | |
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