vendor/miniaudio: update to 0.11.22

This commit is contained in:
Laytan
2025-05-16 15:58:27 +02:00
committed by laytan
parent d3159f74cd
commit 53a9ecb577
13 changed files with 1462 additions and 550 deletions
+2 -2
View File
@@ -194,7 +194,7 @@ foreign lib {
resampler_get_expected_output_frame_count :: proc(pResampler: ^resampler, inputFrameCount: u64, pOutputFrameCount: ^u64) -> result ---
/*
Resets the resampler's timer and clears it's internal cache.
Resets the resampler's timer and clears its internal cache.
*/
resampler_reset :: proc(pResampler: ^resampler) -> result ---
}
@@ -421,7 +421,7 @@ foreign lib {
/*
Copies a channel map.
Both input and output channel map buffers must have a capacity of at at least `channels`.
Both input and output channel map buffers must have a capacity of at least `channels`.
*/
channel_map_copy :: proc(pOut: [^]channel, pIn: [^]channel, channels: u32) ---