Set audio device format back to f32

This commit is contained in:
Q-Wa-Ha 2026-06-10 13:57:59 -07:00
parent 186669657d
commit 3e6e41bf10

View File

@ -282,7 +282,7 @@ typedef struct tagBITMAPINFOHEADER {
// Defines and Macros // Defines and Macros
//---------------------------------------------------------------------------------- //----------------------------------------------------------------------------------
#ifndef AUDIO_DEVICE_FORMAT #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 #endif
#ifndef AUDIO_DEVICE_CHANNELS #ifndef AUDIO_DEVICE_CHANNELS
#define AUDIO_DEVICE_CHANNELS 2 // Device output channels: stereo #define AUDIO_DEVICE_CHANNELS 2 // Device output channels: stereo