Module audio_stream_random_pitch

Procs

proc audioStream(self: AudioStreamRandomPitch): AudioStream {.
gcsafe, locks: 0, raises: [Exception], tags: [RootEffect]
.}
proc audioStream=(self: AudioStreamRandomPitch; val: AudioStream) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc randomPitch(self: AudioStreamRandomPitch): float64 {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc randomPitch=(self: AudioStreamRandomPitch; val: float64) {.
gcsafe, locks: 0, raises: [], tags: []
.}