Phaser API Documentation

  Version: 
setRate(value)

Description:

Sets the global playback rate at which all the sounds will be played.

For example, a value of 1.0 plays the audio at full speed, 0.5 plays the audio at half speed and 2.0 doubles the audios playback speed.

Parameters:

name type description
value number

Global playback rate at which all the sounds will be played.

Returns:
Description:

This Sound Manager.

Since: 3.3.0