ComfyUI Node
Spectrogram -> Audio
A ComfyUI node in More math with 6 inputs and 1 output.
Spectrogram -> Audio
- image
- audio
◄channel_count1►
◄sample_rate44100►
◄window_length1024►
◄hop_length256►
◄window_typehann►
CategoryMore math
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | Input spectrogram image (R=Real, G=Magnitude, B=Imaginary) | |
| channel_count | INT | 1 | Number of audio channels |
| sample_rate | INT | 44100 | Sample rate of the output audio |
| window_length | INT | 1024 | Window length in samples |
| hop_length | INT | 256 | Stride of the window (hop length) in samples |
| window_type | COMBO | hann | Type of window function to apply |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| audio | AUDIO | Output audio |