PlasmoVoice
Toggle table of contents
2.1.13-SNAPSHOT
Select version
2.1.13
2.1.13-SNAPSHOT
2.1.12
2.1.12-SNAPSHOT
2.1.11
2.1.11-SNAPSHOT
2.1.10
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.