ComfyUI Node
Audio Pitch
Change the pitch with torchaudio
Audio Pitch
- audio
- audio
◄n_steps2►
◄bins_per_octave12►
◄n_fft512►
◄win_length-1►
◄hop_length-1►
CategoryAudio
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| audio | AUDIO | — | |
| n_steps | INT | 2 | The (fractional) steps to shift waveform. |
| bins_per_octaveopt | INT | 12 | The number of steps per octave (Default : 12). |
| n_fftopt | INT | 512 | Size of FFT, creates n_fft // 2 + 1 bins (Default: 512). |
| win_lengthopt | INT | -1 | Window size. If -1, then n_fft is used |
| hop_lengthopt | INT | -1 | Length of hop between STFT windows. If None, then win_length // 4 is used |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| audio | AUDIO | — |