mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 07:08:48 +00:00
miniaudio: fix wrong sizes for ma_device
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ resampling_backend_vtable :: struct {
|
||||
onReset: proc "c" (pUserData: rawptr, pBackend: ^resampling_backend) -> result,
|
||||
}
|
||||
|
||||
resample_algorithm :: enum {
|
||||
resample_algorithm :: enum c.int {
|
||||
linear = 0, /* Fastest, lowest quality. Optional low-pass filtering. Default. */
|
||||
custom,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user