Logo


search API (or start typing anywhere)


WAV

snow.core.native.audio.WAV defined in snow.core.native.audio.AudioDataWAV


class


 

Members


Methods


from_bytesstatic
from_bytes(app:snow.Snow, _path:String, _bytes:snow.api.buffers.Uint8Array) : snow.types.AudioData

from_filestatic

from_file(app:snow.Snow, _path:String, _is_stream:Bool) : snow.types.AudioData

from_file_handlestatic

from_file_handle(app:snow.Snow, _handle:snow.types.FileHandle, _path:String, _is_stream:Bool) : snow.types.AudioData

read_chunkstatic

read_chunk(app:snow.Snow, _handle:snow.types.FileHandle, _is_stream:Bool) : snow.core.native.audio._AudioDataWAV.WavChunk