play

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