JvmNewPlatformAudioOutput
class JvmNewPlatformAudioOutput(val provider: AwtNativeSoundProvider, val coroutineContext: CoroutineContext, nchannels: Int, freq: Int, gen: (AudioSamplesInterleaved) -> Unit) : NewPlatformAudioOutput
Constructors
Link copied to clipboard
constructor(provider: AwtNativeSoundProvider, coroutineContext: CoroutineContext, nchannels: Int, freq: Int, gen: (AudioSamplesInterleaved) -> Unit)