Set audio device format back to f32
This commit is contained in:
parent
186669657d
commit
3e6e41bf10
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user