Compare commits

...

3 Commits

Author SHA1 Message Date
huangkun1985
bc183db250
Merge 18a0a4df6c into de64af4a68 2025-12-07 19:39:45 +00:00
huangkun1985
18a0a4df6c
Add ComfyUI Audio Segment Splitter (comfy_AudioSeg)
Adding comfy_AudioSeg - intelligent audio segmentation node with overlap support.

Features:
- Integer-second start points (0s, 10s, 20s...)
- Decimal segment duration (e.g., 10.44s)
- Overlap design for context-aware processing
- ASCII timeline visualization
- Zero external dependencies

Repository: https://github.com/huangkun1985/comfy_AudioSeg
License: MIT
2025-11-29 11:58:32 +08:00
huangkun1985
db7dc3f3d5
Update custom-node-list.json 2025-11-29 11:56:42 +08:00

View File

@ -38193,5 +38193,18 @@
"install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image."
}
]
],
{
"author": "huangkun1985",
"title": "ComfyUI Audio Segment Splitter",
"reference": "https://github.com/huangkun1985/comfy_AudioSeg",
"files": [
"https://github.com/huangkun1985/comfy_AudioSeg"
],
"install_type": "git-clone",
"description": "Intelligent audio segmentation with overlap support. Split audio at integer-second start points with decimal-duration segments, perfect for speech recognition, music analysis, and audio transcription.",
"nodename_pattern": "AudioSegmentSplitter",
"tags": ["audio", "segmentation", "processing"],
"category": "audio"
}
}