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