CoreAudioNativeSoundProvider    
    
  Functions
Link copied to clipboard
                  open override fun createNewPlatformAudioOutput(coroutineContext: CoroutineContext, channels: Int, frequency: Int, gen: (AudioSamplesInterleaved) -> Unit): CoreAudioNewPlatformAudioOutput
suspend fun createNewPlatformAudioOutput(nchannels: Int, freq: Int, gen: (AudioSamplesInterleaved) -> Unit): NewPlatformAudioOutput
Link copied to clipboard
                  Link copied to clipboard
                  override fun createPlatformAudioOutput(coroutineContext: CoroutineContext, freq: Int): PlatformAudioOutput
Link copied to clipboard
                  open suspend fun createSound(data: AudioData, formats: AudioFormats, streaming: Boolean, name: String): Sound
open suspend fun createSound(vfs: Vfs, path: String, streaming: Boolean, props: AudioDecodingProps): Sound
open suspend fun createSound(data: ByteArray, streaming: Boolean, props: AudioDecodingProps, name: String): Sound
Link copied to clipboard
                  suspend fun createStreamingSound(stream: AudioStream, closeStream: Boolean, name: String, onComplete: suspend () -> Unit?): Sound
Link copied to clipboard