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