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