From 3e6e41bf108e9c2c058d44cc4d0bbd00e4eddbdf Mon Sep 17 00:00:00 2001 From: Q-Wa-Ha Date: Wed, 10 Jun 2026 13:57:59 -0700 Subject: [PATCH] Set audio device format back to f32 --- src/raudio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/raudio.c b/src/raudio.c index 476751bc2..46780bdfc 100644 --- a/src/raudio.c +++ b/src/raudio.c @@ -282,7 +282,7 @@ typedef struct tagBITMAPINFOHEADER { // Defines and Macros //---------------------------------------------------------------------------------- #ifndef AUDIO_DEVICE_FORMAT - #define AUDIO_DEVICE_FORMAT ma_format_s32 // Device output format (signed-32bit) + #define AUDIO_DEVICE_FORMAT ma_format_f32 // Device output format (float-32bit) #endif #ifndef AUDIO_DEVICE_CHANNELS #define AUDIO_DEVICE_CHANNELS 2 // Device output channels: stereo