Skip to main content
Version: Phaser v4.0.0-rc.6

AudioFile

A single Audio File suitable for loading by the Loader.

These are created when you use the Phaser.Loader.LoaderPlugin#audio method and are not typically created directly.

For documentation about what all the arguments and configuration options mean please see Phaser.Loader.LoaderPlugin#audio.

Constructor

new AudioFile(loader, key, [urlConfig], [xhrSettings], [audioContext])

Parameters

nametypeoptionaldescription
loaderPhaser.Loader.LoaderPluginNoA reference to the Loader that is responsible for this file.
keystring | Phaser.Types.Loader.FileTypes.AudioFileConfigNoThe key to use for this file, or a file configuration object.
urlConfigPhaser.Types.Loader.FileTypes.AudioFileURLConfigYesThe absolute or relative URL to load this file from in a config object.
xhrSettingsPhaser.Types.Loader.XHRSettingsObjectYesExtra XHR Settings specifically for this file.
audioContextAudioContextYesThe AudioContext this file will use to process itself.

Scope: static

Extends

Phaser.Loader.File

Source: src/loader/filetypes/AudioFile.js#L15
Since: 3.0.0

Inherited Methods

From Phaser.Loader.File:


Public Methods

onProcess

<instance> onProcess()

Description:

Called automatically by Loader.nextFile.

This method controls what extra work this File does with its loaded data.

Overrides: Phaser.Loader.File#onProcess

Source: src/loader/filetypes/AudioFile.js#L67
Since: 3.0.0


Inherited Members

From Phaser.Loader.File: