Module audio_effect_pitch_shift

Search:
Group by:

Procs

proc pitchScale*(self: AudioEffectPitchShift): float64 {.
gcsafe, locks: 0
.}
proc `pitchScale =`*(self: AudioEffectPitchShift; val: float64) {.
gcsafe, locks: 0
.}