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).

  1. double globalRateScale [@property getter]
  2. double globalRateScale [@property setter]
    struct AudioServerSingleton
    @nogc nothrow @property
    void
    globalRateScale
    (
    double v
    )

Meta