ComfyUI Node
Audio Force Channels
Forces the number of channels. 0 means keep same.
Audio Force Channels
- audio
- audio
◄channels0►
◄downmix_methodstandard_gain►
◄n_fft2048►
◄hop_length512►
Categoryaudio/conversion
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| audio | AUDIO | — | |
| channels | INT | 00–2 | — |
| downmix_method | COMBO | standard_gain | Method for stereo/multi-channel to mono conversion: - average: Simple average ((L+R)/2). Can reduce volume. - standard_gain: Sums channels with -3 dB gain (0.707). Better preserves perceived loudness.- spectral: Averages frequency magnitudes to prevent phase cancellation. |
| n_fftopt | INT | 2048256–8192 | FFT size for spectral downmixing. Higher values give better frequency resolution but worse time resolution. |
| hop_lengthopt | INT | 51264–4096 | Hop length for STFT. Typically n_fft / 4. Controls time resolution. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| audio | AUDIO | — |