diff options
| author | Osmium Sorcerer <os@sof.beauty> | 2026-03-22 16:55:40 +0000 |
|---|---|---|
| committer | Osmium Sorcerer <os@sof.beauty> | 2026-03-29 20:34:17 +0000 |
| commit | 5af6531e0b248016479b707011d1f9b18735b8c1 (patch) | |
| tree | 24b6ae6d6da4704d1cbe52e24c6ebbd5039b93af /third_party/miniaudio.c | |
| parent | 1176bb5fece1e1b2c8c0c1113cfbfe33efb2a673 (diff) | |
Add third_party directory for dependencies
New dependencies:
- Miniaudio as our new audio engine, replacing BASS. Includes additional
codecs.
- Libsodium for cryptography. For now, CMake shall handle its inclusion,
but, ideally, we'll check it in too.
Diffstat (limited to 'third_party/miniaudio.c')
| -rw-r--r-- | third_party/miniaudio.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/miniaudio.c b/third_party/miniaudio.c new file mode 100644 index 00000000..51e17a5e --- /dev/null +++ b/third_party/miniaudio.c @@ -0,0 +1,5 @@ +#define MINIAUDIO_IMPLEMENTATION +#define MA_NO_ENCODING +#define MA_NO_GENERATION + +#include "miniaudio.h" |
