fadeOut(duration) Decreases the volume of this Sound from its current value to 0 over the duration specified
override : boolean if true when you play this sound it will always start from the beginning.
position : number The position of the current sound marker. Source code:
play(marker, position, volume, loop,
stopTime : number The time the sound stopped. Source code:
removeMarker(name) Removes a marker from the sound. Parameters Name
currentMarker : string The string ID of the currently playing marker, if any. Source
volume : number Gets or sets the volume of this sound, a value between 0 and 1. The value given is clamped to the range 0 to 1
externalNode : Object If defined this Sound won't connect to the SoundManager master gain node, but will instead connect to externalNode
addMarker(name, start, duration, volume, loop)
Page 4 of 6