Update vendor/miniaudio to v0.11.9

This commit is contained in:
bkrypt
2022-04-29 21:13:25 +02:00
parent 9c9c2b483c
commit a223340c44
20 changed files with 32998 additions and 8425 deletions
+4 -6
View File
@@ -22,8 +22,10 @@ appropriate for a given situation.
vfs :: struct {}
vfs_file :: distinct handle
OPEN_MODE_READ :: 0x00000001
OPEN_MODE_WRITE :: 0x00000002
open_mode_flags :: enum c.int {
READ = 0x00000001,
WRITE = 0x00000002,
}
seek_origin :: enum c.int {
start,
@@ -71,10 +73,6 @@ foreign lib {
default_vfs_init :: proc(pVFS: ^default_vfs, pAllocationCallbacks: ^allocation_callbacks) -> result ---
}
resource_format :: enum c.int {
wav,
}
encoding_format :: enum c.int {
unknown = 0,
wav,