JsNewPlatformAudioOutput
class JsNewPlatformAudioOutput( val coroutineContext: CoroutineContext, nchannels: Int, val frequency: Int, gen: (AudioSamplesInterleaved) -> Unit) : NewPlatformAudioOutput
Constructors
Link copied to clipboard
constructor(coroutineContext: CoroutineContext, nchannels: Int, frequency: Int, gen: (AudioSamplesInterleaved) -> Unit)