AudioStreamWAV

Inherits: AudioStream < Resource < RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Properties

PackedByteArray

data

PackedByteArray()

Format

format

0

int

loop_begin

0

int

loop_end

0

LoopMode

loop_mode

0

int

mix_rate

44100

bool

stereo

false

Methods

Error

save_to_wav ( String path )


Enumerations

enum Format:

Format FORMAT_8_BITS = 0

There is currently no description for this enum. Please help us by contributing one!

Format FORMAT_16_BITS = 1

There is currently no description for this enum. Please help us by contributing one!

Format FORMAT_IMA_ADPCM = 2

There is currently no description for this enum. Please help us by contributing one!

Format FORMAT_QOA = 3

There is currently no description for this enum. Please help us by contributing one!


enum LoopMode:

LoopMode LOOP_DISABLED = 0

There is currently no description for this enum. Please help us by contributing one!

LoopMode LOOP_FORWARD = 1

There is currently no description for this enum. Please help us by contributing one!

LoopMode LOOP_PINGPONG = 2

There is currently no description for this enum. Please help us by contributing one!

LoopMode LOOP_BACKWARD = 3

There is currently no description for this enum. Please help us by contributing one!


Property Descriptions

PackedByteArray data = PackedByteArray()

There is currently no description for this property. Please help us by contributing one!


Format format = 0

There is currently no description for this property. Please help us by contributing one!


int loop_begin = 0

  • void set_loop_begin ( int value )

  • int get_loop_begin ( )

There is currently no description for this property. Please help us by contributing one!


int loop_end = 0

  • void set_loop_end ( int value )

  • int get_loop_end ( )

There is currently no description for this property. Please help us by contributing one!


LoopMode loop_mode = 0

There is currently no description for this property. Please help us by contributing one!


int mix_rate = 44100

  • void set_mix_rate ( int value )

  • int get_mix_rate ( )

There is currently no description for this property. Please help us by contributing one!


bool stereo = false

  • void set_stereo ( bool value )

  • bool is_stereo ( )

There is currently no description for this property. Please help us by contributing one!


Method Descriptions

Error save_to_wav ( String path )

There is currently no description for this method. Please help us by contributing one!