Optional parameters for creating the playback. See PlaybackOptions for more details
Euphony analyser for visualization
Underlying WebAudio node used for input to the Euphony node
Underlying WebAudio node used for output from the Euphony node
Returns the duration in seconds of the underlying audio buffer
Returns the length of the underlying audio buffer
Controls weather the playback should loop after finishing or not
Controls weather the playback should loop after finishing or not
Volume of the controller, scale 0.0 to 1.0
Volume of the controller, scale 0.0 to 1.0
Returns the current playback position of the audio in seconds
Loads audio from the given url into the audio node
Url to load the audio data from (Can be local or external)
Callback functions to be used be the loader
Shcedules the audio to be paused, playback can then be resumed by calling Playback.play
Note: It is recommended to allow some amount of scheduling time to prevent audio glitches
Amount of time in seconds before the audio is paused
Shcedules the audio to be played
Note: It is recommended to allow some amount of scheduling time to prevent audio glitches
Amount of time in seconds before the audio begins playback
Shcedules the audio playback to be stopped. If played again by calling Playback.play the previous time will not be remembered
Note: It is recommended to allow some amount of scheduling time to prevent audio glitches
Amount of time in seconds before the audio is stopped
Function for connecting a Euphony node to another Euphony node or a WebAudio node
The destionation to connect to, either a Euphony node or base WebAudio node
Generated using TypeDoc
Playback node which can load and playback audio from a given url