OpenALAudioStream
class OpenALAudioStream(context: OpenALAudioContext, read: (ByteArray) -> Int, reset: suspend () -> Unit, val channels: Int, val sampleRate: Int) : AudioStream
Author
Colton Daily
Constructors
Link copied to clipboard
fun OpenALAudioStream(context: OpenALAudioContext, read: (ByteArray) -> Int, reset: suspend () -> Unit, channels: Int, sampleRate: Int)