ComfyUI Node
π¬ Audio Analyzer
π¬ PHASE 3: Comprehensive real-time audio analysis and feature extraction
π¬ Audio Analyzer
- audio
- audio
- analysis_report
- rms_level
- peak_level
- spectral_centroid
- dynamic_range
βanalysis_modecomprehensiveβΊ
βframe_size2048βΊ
βoverlap_factor0.5βΊ
βwindow_typehannβΊ
βfrequency_bands8βΊ
βsmoothing_factor0.30βΊ
βthreshold_db-60βΊ
βenable_visualizationfalseβΊ
Categoryπ΅ NoiseGen/Utility
Inputs (9)
| Name | Type | Default | Description |
|---|---|---|---|
| audio | AUDIO | Input audio for analysis | |
| analysis_mode | COMBO | comprehensive | 4 options: basic, spectral, dynamic, comprehensive |
| frame_size | COMBO | 2048 | 4 options: 512, 1024, 2048, 4096 |
| overlap_factor | FLOAT | 0.50β0.9 | β |
| window_type | COMBO | hann | 4 options: hann, hamming, blackman, rectangular |
| frequency_bands | INT | 84β32 | Number of frequency bands for analysis |
| smoothing_factor | FLOAT | 0.300β0.9 | Analysis smoothing (0=instant, 0.9=very smooth) |
| threshold_dbopt | FLOAT | -60-120β0 | β |
| enable_visualizationopt | BOOLEAN | false | β |
Outputs (6)
| Name | Type | Description |
|---|---|---|
| audio | AUDIO | β |
| analysis_report | STRING | β |
| rms_level | FLOAT | β |
| peak_level | FLOAT | β |
| spectral_centroid | FLOAT | β |
| dynamic_range | FLOAT | β |