Static variables

staticautoSuspend:Bool

staticmasterGain:Dynamic

staticmobileAutoEnable:Bool

staticnoAudio:Bool

staticusingWebAudio:Bool

Static methods

staticcodecs(ext:String):Bool

Check for codec support of specific extension. @return

Parameters:

ext

Audio file extention.

staticmute(muted:Bool):Class<Howler>

Handle muting and unmuting globally.

Parameters:

muted

Is muted or not.

staticunload():Class<Howler>

Unload and destroy all currently loaded Howl objects. @return

staticvolume(?vol:Float):Dynamic

Get/set the global volume for all sounds.

Parameters:

vol

Volume from 0.0 to 1.0.

Returns:

Returns self or current volume.