Add QOA (Quite OK Audio) as a WAV compression mode

This commit is contained in:
DeeJayLSP
2024-04-16 20:33:29 -03:00
parent 658e97c93a
commit b9cbf2c96f
9 changed files with 1059 additions and 45 deletions

View File

@@ -667,6 +667,11 @@ Collection of single-file libraries used in Godot components.
* Version: git (7bdffb428b2b19ad1c43aa44c714dcc104177e84, 2021)
* Modifications: Change from STL to Godot types (see provided patch).
* License: MIT
- `qoa.h`
* Upstream: https://github.com/phoboslab/qoa
* Version: git (e4c751d61af2c395ea828c5888e728c1953bf09f, 2024)
* Modifications: Inlined functions and patched compiler warnings.
* License: MIT
- `r128.{c,h}`
* Upstream: https://github.com/fahickman/r128
* Version: git (6fc177671c47640d5bb69af10cf4ee91050015a1, 2023)