play

abstract fun play(coroutineContext: CoroutineContext, params: PlaybackParameters = PlaybackParameters.DEFAULT): SoundChannel
open fun play(coroutineContext: CoroutineContext, times: PlaybackTimes, startTime: Duration = 0.seconds): SoundChannel
open suspend fun play(params: PlaybackParameters = PlaybackParameters.DEFAULT): SoundChannel
open suspend fun play(times: PlaybackTimes, startTime: Duration = 0.seconds): SoundChannel