Phaser API Documentation

  Version: 
Event: GLOBAL_RATE
Phaser.Sound.Events.GLOBAL_RATE
GLOBAL_RATE

Description:

The Sound Manager Global Rate Event.

This event is dispatched by the Base Sound Manager, or more typically, an instance of the Web Audio Sound Manager, or the HTML5 Audio Manager. It is dispatched when the rate property of the Sound Manager is changed, which globally adjusts the playback rate of all active sounds.

Listen to it from a Scene using: this.sound.on('rate', listener).

Parameters:

name type description
soundManager Phaser.Sound.BaseSoundManager

A reference to the sound manager that emitted the event.

rate number

The updated rate value.

Since: 3.0.0