Nodes/Audio General/Audio Pitch
ComfyUI Node

Audio Pitch

Change the pitch with torchaudio

By niknah·Created about a year ago·Updated 19 days ago· 4
Audio Pitch
  • audio
  • audio
n_steps2
bins_per_octave12
n_fft512
win_length-1
hop_length-1
CategoryAudio

Inputs (6)

NameTypeDefaultDescription
audioAUDIO
n_stepsINT2The (fractional) steps to shift waveform.
bins_per_octaveoptINT12The number of steps per octave (Default : 12).
n_fftoptINT512Size of FFT, creates n_fft // 2 + 1 bins (Default: 512).
win_lengthoptINT-1Window size. If -1, then n_fft is used
hop_lengthoptINT-1Length of hop between STFT windows. If None, then win_length // 4 is used

Outputs (1)

NameTypeDescription
audioAUDIO