Audio Manager
Types
Functions
Removes all output from the audio queue. Currently played output will be allowed to finish
Plays audio output. If audio queue is empty, output will be played immediately. Otherwise it will be added to the end of the queue and played later. Method is asynchronous so it is not waiting for sound playback itself. Note: If audio output is from file, make sure to have sufficient permission to read file (READ_EXTERNAL_STORAGE)
Redirect the PCM data output to PCMDataOutputCallback Setting callback to null will reset audio output to normal
Redirect the TTS text to TTSOutputCallback Setting callback to null will reset audio output to normal
Skips the output at the front of the queue
Stops playing the current output immediately and clears any queued output