PlasmoVoice
Toggle table of contents
2.1.9
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
PlasmoVoice
common
/
su.plo.voice.api.util
/
AudioUtil
/
bytesToShort
bytes
To
Short
open
fun
bytesToShort
(
b1
:
Byte
,
b2
:
Byte
)
:
Short
Converts two bytes to one short.
Return
A short value.
Parameters
b1
The first byte.
b2
The second byte.