Specify whether this audio device should do audio processing.
Defined in <SDL3/SDL_hints.h>
#define SDL_HINT_AUDIO_DEVICE_RAW_STREAM "SDL_AUDIO_DEVICE_RAW_STREAM"
Some operating systems perform echo cancellation, gain control, and noise reduction as needed. If your application already handles these, you can set this hint to prevent the OS from doing additional audio processing.
This corresponds to the WASAPI audio option AUDCLNT_STREAMOPTIONS_RAW
.
The variable can be set to the following values:
This hint should be set before an audio device is opened.
This hint is available since SDL 3.4.0.