Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
AudioStreamGeneratorPlayback¶
Inherits: AudioStreamPlaybackResampled < AudioStreamPlayback < RefCounted < Object
Plays back audio generated using AudioStreamGenerator.
Description¶
This class is meant to be used with AudioStreamGenerator to play back the generated audio in real-time.
Tutorials¶
Methods¶
can_push_buffer ( int amount ) const |
|
void |
clear_buffer ( ) |
get_frames_available ( ) const |
|
get_skips ( ) const |
|
push_buffer ( PackedVector2Array frames ) |
|
push_frame ( Vector2 frame ) |
Method Descriptions¶
bool can_push_buffer ( int amount ) const
Returns