miniaudio: update to 0.11.21

This commit is contained in:
Laytan Laats
2024-02-14 19:57:57 +01:00
parent f378367fe7
commit 16584779fb
16 changed files with 16433 additions and 14008 deletions
+1
View File
@@ -190,6 +190,7 @@ resource_manager_config :: struct {
decodedChannels: u32, /* The decoded channel count to use. Set to 0 (default) to use the file's native channel count. */
decodedSampleRate: u32, /* the decoded sample rate to use. Set to 0 (default) to use the file's native sample rate. */
jobThreadCount: u32, /* Set to 0 if you want to self-manage your job threads. Defaults to 1. */
jobThreadStackSize: uint,
jobQueueCapacity: u32, /* The maximum number of jobs that can fit in the queue at a time. Defaults to MA_JOB_TYPE_RESOURCE_MANAGER_QUEUE_CAPACITY. Cannot be zero. */
flags: u32,
pVFS: ^vfs, /* Can be NULL in which case defaults will be used. */