ComfyUI Node
TS Audio Loader
Load audio or video audio tracks, preview waveform, record from microphone, and crop visually.
TS Audio Loader
- audio
- duration
◄modeload►
◄source_path▾►
◄crop_start_seconds0.00►
◄crop_end_seconds-1.00►
CategoryTS/Audio
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| mode | COMBO | load | Load from file or use recorded microphone input. |
| source_path | COMBO | Choose file to upload or select an audio/video file from the input directory. | |
| crop_start_seconds | FLOAT | 0.00 | Crop start time in seconds. |
| crop_end_seconds | FLOAT | -1.00 | Crop end time in seconds. Use -1 for full length. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| audio | AUDIO | Decoded audio clip (cropped to the selected range). |
| duration | INT | Clip length in whole seconds (rounded up). |