ALSAPlatformAudioOutput
class ALSAPlatformAudioOutput( val soundProvider: FFIALSANativeSoundProvider, val coroutineContext: CoroutineContext, val channels: Int, val frequency: Int, gen: (AudioSamplesInterleaved) -> Unit) : NewPlatformAudioOutput
Constructors
Link copied to clipboard
constructor( soundProvider: FFIALSANativeSoundProvider, coroutineContext: CoroutineContext, channels: Int, frequency: Int, gen: (AudioSamplesInterleaved) -> Unit)