creates a new audio chunk entry from a given selection and adds it to the list of chunks.
Optionalselection: AudioSelectiondestroys the audio manager
pauses the audio playback
starts audio playback using a given selection.
stops the audio playback.
Staticcreatecreates a new audio manager and reports the progress using an observable. The initialization includes audio decoding.
Optionalurl: stringStaticgetreturns the FileFormat instance relative of the file extension or undefined if not found.
file extension
list of supported audio formats
Staticgetreturns the number of data parts
Staticischecks if there is an audio format that matches with the extension of the audio file.
AudioManager controls the audio file and all of its chunk. Each audio file should have exactly one manager. The AudioManager uses HTML Audio for playback.