Function AudioServerSingleton.globalRateScale
Scales the rate at which audio is played (i.e. setting it to 0.5
will make the audio be played twice as fast).
double globalRateScale() nothrow @property @nogc;
void globalRateScale
(
double v
) nothrow @property @nogc;