Nodes/ComfyUI-MMAudio-Suite/MMAudioSuite Pitch (Mono)
ComfyUI Node

MMAudioSuite Pitch (Mono)

Change the pitch without torchaudio PitchShift (phase vocoder)

By Takenoko3333·Created 10 months ago·Updated 8 months ago· 5
MMAudioSuite Pitch (Mono)
  • audio
  • audio
n_steps0
bins_per_octave12
n_fft1024
win_length-1
hop_length-1
CategoryMMAudioSuite

Inputs (6)

NameTypeDefaultDescription
audioAUDIO
n_stepsINT0-24–24Semitone shift (−24 to +24 ≈ ±2 octaves).
bins_per_octaveoptINT12The number of steps per octave (Default : 12).
n_fftoptINT1024Size of FFT, creates n_fft // 2 + 1 bins (Default: 1024). Larger = smoother, but heavier.
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