NewPlatformAudioOutput
open class NewPlatformAudioOutput(val coroutineContext: CoroutineContext, val channels: Int, val frequency: Int, gen: (AudioSamplesInterleaved) -> Unit) : Disposable, SoundProps
Inheritors
Constructors
Link copied to clipboard
constructor(coroutineContext: CoroutineContext, channels: Int, frequency: Int, gen: (AudioSamplesInterleaved) -> Unit)