Provided by: libsdl3-doc_3.2.10+ds-1_all bug

NAME

       SDL_HINT_AUDIO_DUMMY_TIMESCALE - A variable controlling the audio rate when using the dummy audio driver.

HEADER FILE

       Defined in SDL3/SDL_hints.h

SYNOPSIS

       #include "SDL3/SDL.h"

       #define SDL_HINT_AUDIO_DUMMY_TIMESCALE SDL_AUDIO_DUMMY_TIMESCALE"

DESCRIPTION

       The  dummy  audio  driver normally simulates real-time for the audio rate that was specified, but you can
       use this variable to adjust this rate higher or lower down to 0. The default value is "1.0".

       This hint should be set before an audio device is opened.

AVAILABILITY

       This hint is available since SDL 3.2.0.

Simple Directmedia Layer                           SDL 3.2.10                  SDL_HINT_AUDIO_DUMMY_TIMESCALE(3)