Skip to content

Commit

Permalink
- Added support for QOA (Quite OK Audio) to MiniAudio SoundSystem plugin
Browse files Browse the repository at this point in the history
- Updated README accordingly
- Fixes $1ks
  • Loading branch information
iarwain committed Dec 2, 2024
1 parent 0ebaa29 commit eb85899
Show file tree
Hide file tree
Showing 4 changed files with 403 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.html
Original file line number Diff line number Diff line change
Expand Up @@ -1280,7 +1280,7 @@
<li>3D positioning using "scene nodes"</li>
<li>custom bitmap font support</li>
<li>automatic differential scrolling and depth scaling upon request</li>
<li>fully featured and extensible sound system (WAV/MP3/OGG support, streams, hierarchical buses, filters, spatialization, etc.)</li>
<li>fully featured and extensible sound system (WAV/MP3/OGG/QOA support, streams, hierarchical buses, filters, spatialization, etc.)</li>
<li>clock system that provides time consistency and allows time stretching + high precision timers</li>
<li>event manager</li>
<li>unicode support with UTF-8 encoding</li>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Some notable features of the engine are:
- 3D positioning using "scene nodes"
- custom bitmap font support
- automatic differential scrolling and depth scaling upon request
- fully featured and extensible sound system (WAV/MP3/OGG support, streams, hierarchical buses, filters, spatialization, etc.)
- fully featured and extensible sound system (WAV/MP3/OGG/QOA support, streams, hierarchical buses, filters, spatialization, etc.)
- clock system that provides time consistency and allows time stretching + high precision timers
- event manager
- unicode support with UTF-8 encoding
Expand Down
1 change: 1 addition & 0 deletions code/build/premake4.lua
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ solution "orx"
"../../extern/stb_vorbis",
"../../extern/libwebp/src",
"../../extern/basisu/include",
"../../extern/qoa",
"../../extern/qoi"
}

Expand Down
Loading

0 comments on commit eb85899

Please sign in to comment.