tbibaudioplayers library

Classes

AudioCache
This class represents a cache for Local Assets to be played.
AudioPlayer
This represents a single AudioPlayer, which can play one audio at a time. To play several audios at the same time, you must create several instances of this class.
Logger

Enums

LogLevel
PlayerMode
This enum is meant to be used as a parameter of the AudioPlayer's constructor. It represents the general mode of the AudioPlayer.
PlayerState
Indicates the state of the audio player.
PlayingRoute
Indicates which speakers use for playing
ReleaseMode
This enum is meant to be used as a parameter of setReleaseMode method.