AudioStreamWAV
Inherits: AudioStream < Resource < RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
||
|
||
|
||
|
||
|
||
|
Methods
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()
void set_data ( PackedByteArray value )
PackedByteArray get_data ( )
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
There is currently no description for this property. Please help us by contributing one!
int loop_end = 0
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
There is currently no description for this property. Please help us by contributing one!
bool stereo = false
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!