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