manipulation = call(sound, "To Manipulation", 0.01, 75, 600) pitch_tier = call(manipulation, "Extract pitch tier") call(pitch_tier, "Multiply frequencies", sound.xmin, sound.xmax, 2) call([pitch_tier, manipulation], "Replace pitch tier") sound_octave_up = call(manipulation, "Get resynthesis (overlap-add)")
Extract_pitch => Multiply => Replace_pitch => OLA_synthesis
Extract pitch tier
(Manipulation
) ->PitchTeir
: Extract/Copy aPitchTeir
in theManipulation
Multiply frequencies
(maybePitchTeir
, start:float, end:float, factor:float) -> void: Amplify pitchfactor
times in specified time rangeReplace pitch tier
(PitchTeir
,Manipulation
) -> void: Replace pitch tier property in theManipulation
object with givenPitchTeir