CoreAudioNativeSoundProvider
Types
Link copied to clipboard
class CoreAudioGenerator(val sampleRate: Int, val nchannels: Int, val numBuffers: Int = 4, val bufferSize: Int = 2048, val coroutineContext: CoroutineContext, val generatorCore: CoreAudioNativeSoundProvider.CoreAudioGenerator.(data: CPointer<ShortVar>, dataSize: Int) -> Unit) : CoreAudioNativeSoundProvider.MyCoreAudioOutputCallback
Link copied to clipboard
interface MyCoreAudioOutputCallback
Properties
Functions
Link copied to clipboard
open override fun createNewPlatformAudioOutput(channels: Int, frequency: Int = 44100, gen: AudioPlatformOutputGen): AudioPlatformOutput
Link copied to clipboard