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
/
bytesToShorts
bytes
To
Shorts
open
fun
bytesToShorts
(
bytes
:
Array
<
Byte
>
)
:
Array
<
Short
>
Converts an array of bytes to an array of shorts.
Return
An array of shorts.
Parameters
bytes
The byte array to convert.