From db7dc3f3d54e7bc747075442f1263a44cae947a8 Mon Sep 17 00:00:00 2001 From: huangkun1985 <135802276+huangkun1985@users.noreply.github.com> Date: Sat, 29 Nov 2025 11:56:42 +0800 Subject: [PATCH 1/2] Update custom-node-list.json --- custom-node-list.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 0ff4208c..cf30dd3c 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -37723,5 +37723,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" + } } From 18a0a4df6cbbbd9e0d9c9f8488095f7a61511408 Mon Sep 17 00:00:00 2001 From: huangkun1985 <135802276+huangkun1985@users.noreply.github.com> Date: Sat, 29 Nov 2025 11:58:32 +0800 Subject: [PATCH 2/2] 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