mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-08 08:38:51 +00:00
miniaudio: update to 0.11.21
This commit is contained in:
+1
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user