AudioStreamRandomPitch¶
Inherits: AudioStream < Resource < Reference < Object
Category: Core
Brief Description¶
Plays audio with random pitch tweaking.
Properties¶
| AudioStream | audio_stream |
| float | random_pitch |
Description¶
Randomly varies pitch on each start.
Property Descriptions¶
- AudioStream audio_stream
| Setter | set_audio_stream(value) |
| Getter | get_audio_stream() |
The current AudioStream.
- float random_pitch
| Setter | set_random_pitch(value) |
| Getter | get_random_pitch() |
The intensity of random pitch variation.