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
/
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.