Jump to content

Foobar2000:Components/QOA Audio Decoder (foo qoa): Difference between revisions

From Hydrogenaudio Knowledgebase
Thorna (talk | contribs)
Created page with "Legacy input components {{Foobar Component Infobox | name = QOA Audio Decoder | module_name = foo_qoa ..."
 
Korth (talk | contribs)
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                 = QOA Audio Decoder
| name                   = QOA Audio Decoder
| module_name         = foo_qoa
| module_name             = foo_qoa
| developer           = {{ha user|u=30775|name=Piotr Fusik}}
| developer               = {{ha user|u=30775|name=Piotr Fusik}}
| repository           = [https://github.com/pfusik/qoa-ci GitHub]
| repository             = [https://github.com/pfusik/qoa-fu GitHub]
| released             = {{start date and age|2023|02|08}}
| 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     = 0.1.0
| preview_release         =  
| preview_release_date = 2023-02-08
| preview_release_date   =  
| foobar2000_minimum   =  
| foobar2000_architecture = Windows 32-bit, Windows 64-bit
| foobar2000_ui_module =  
| foobar2000_minimum     =  
| use                 = Input
| foobar2000_ui_module   =  
| license             = MIT license
| use                     = Input
| license                 = MIT license
}}
}}
==Description==
==Description==

Latest revision as of 16:12, 15 January 2026

QOA Audio Decoder

foo_qoa
Developer(s) Piotr Fusik
Repository GitHub
Release information
Initial release February 8, 2023; 3 years ago
Stable release 0.3.0 (April 4, 2023)
Preview release
foobar2000 compatibility
Architecture Windows 32-bit, Windows 64-bit
Minimum version TBC
Maximum version {{{foobar2000_maximum}}}
UI module(s) N/A
Additional information
Use Input
License MIT license
Discussion thread {{{discussion_thread}}}
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.