littlekt
0.6.0
jvm
core
/
com.lehaine.littlekt.audio
/
OpenALAudioStream
/
OpenALAudioStream
Open
ALAudio
Stream
jvm
fun
OpenALAudioStream
(
context
:
OpenALAudioContext
,
read
:
(
ByteArray
)
->
Int
,
reset
:
suspend
(
)
->
Unit
,
channels
:
Int
,
sampleRate
:
Int
)