ComfyUI Node
AIMZ Audio Silence Pad
A ComfyUI node in AIMZ/Audio with 5 inputs and 4 outputs.
AIMZ Audio Silence Pad
- audio
- audio
- total_duration
- pad_start_sec
- pad_end_sec
◄pad_start_frames15►
◄pad_end_frames15►
◄default_fps24►
◄source_fps—►
CategoryAIMZ/Audio
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| pad_start_frames | INT | 150–10000 | Number of frames to pad with silence at the start |
| pad_end_frames | INT | 150–10000 | Number of frames to pad with silence at the end |
| default_fps | FLOAT | 241–240 | Default FPS used when source_fps is not connected |
| audioopt | AUDIO | Input audio dictionary {'waveform': tensor, 'sample_rate': int}. If None, returns None without error. | |
| source_fpsopt | FLOAT | Optional source video FPS (from Get_FPS or video loader, overrides default_fps) |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| audio | AUDIO | — |
| total_duration | FLOAT | — |
| pad_start_sec | FLOAT | — |
| pad_end_sec | FLOAT | — |