play

abstract suspend fun play(volume: Float = this.volume, loop: Boolean = this.looping)

Play this stream of audio.

Parameters

volume

the volume to the audio. Defaults to the current volume.

loop

whether to loop this audio. Defaults to the current looping