Package-level declarations
Types
Link copied to clipboard
class ALSAPlatformAudioOutput(val soundProvider: FFIALSANativeSoundProvider, val coroutineContext: CoroutineContext, val channels: Int, val frequency: Int, gen: (AudioSamplesInterleaved) -> Unit) : NewPlatformAudioOutput
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class JvmNewPlatformAudioOutput(val provider: AwtNativeSoundProvider, val coroutineContext: CoroutineContext, nchannels: Int, freq: Int, gen: (AudioSamplesInterleaved) -> Unit) : NewPlatformAudioOutput
Link copied to clipboard
Link copied to clipboard
class JvmWaveOutNewPlatformAudioOutput(val coroutineContext: CoroutineContext, nchannels: Int, freq: Int, gen: (AudioSamplesInterleaved) -> Unit) : NewPlatformAudioOutput