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