mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-04-26 03:51:46 +00:00
Upgrade miniaudio: v0.11.21 -> v0.11.25 (#1065)
* Upgraded miniaudio: `v0.11.21` -> `v0.11.23` Benefits: - Read changelogs (lots of bug fixes!) - [0.11.22](https://github.com/mackron/miniaudio/releases/tag/0.11.22) - [0.11.23](https://github.com/mackron/miniaudio/releases/tag/0.11.23) - Split files means shorter compile times for dependent files * Upgraded miniaudio again: `v0.11.23` -> `v0.11.25` Read changelogs (lots of bug fixes!) - [0.11.24](https://github.com/mackron/miniaudio/releases/tag/0.11.24) - [0.11.25](https://github.com/mackron/miniaudio/releases/tag/0.11.25)
This commit is contained in:
parent
6919878b40
commit
b05b929fa4
3 changed files with 84514 additions and 84953 deletions
|
|
@ -1,9 +1,3 @@
|
|||
#define MINIAUDIO_IMPLEMENTATION // required by miniaudio
|
||||
|
||||
// enable Vorbis decoding (provides ogg audio decoding support) for miniaudio
|
||||
#define STB_VORBIS_HEADER_ONLY
|
||||
#include "pc/utils/stb_vorbis.c"
|
||||
|
||||
#include "types.h"
|
||||
#include "seq_ids.h"
|
||||
#include "audio/external.h"
|
||||
|
|
|
|||
84322
src/pc/utils/miniaudio.c
Normal file
84322
src/pc/utils/miniaudio.c
Normal file
File diff suppressed because it is too large
Load diff
85139
src/pc/utils/miniaudio.h
85139
src/pc/utils/miniaudio.h
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue