PlasmoVoice
Toggle table of contents
2.1.11
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
/
shortsToBytes
shorts
To
Bytes
open
fun
shortsToBytes
(
shorts
:
Array
<
Short
>
)
:
Array
<
Byte
>
Converts an array of shorts to an array of bytes.
Return
An array of bytes.
Parameters
shorts
The short array to convert.