Static methods

staticbuildSoundFromBytes(input:Null<Bytes>):Null<FunkinSound>

Convert byte data into a playable sound.

Parameters:

input

The byte data.

Returns:

The playable sound, or null if loading failed.