music-timbre
/music-timbre — Timbre & Spectral Analysis
Extract timbral and spectral characteristics: MFCC coefficients, spectral centroid/bandwidth/rolloff, loudness (LUFS), dynamic range, brightness, warmth, and optionally separate audio sources.
Usage
/music-timbre <audio_file_path>
Steps
- Validate the audio file path
- Run timbre analysis:
python3 -m music_analyzer timbre "<audio_file_path>"
Add --no-separation to skip Demucs source separation.
- Present results:
- Brightness: Score 0-1 (higher = brighter timbre)
- Warmth: Score 0-1 (higher = more low-frequency energy)
- Dynamic Range: Estimated in dB
- Loudness: LUFS (if pyloudnorm available)
- MFCC Summary: 13-coefficient means
- Stems: Paths to separated vocals/drums/bass/other (if demucs ran)
Output Fields
| Field | Description |
|---|---|
mfcc |
MFCC means and stds |
spectral |
Centroid, bandwidth, rolloff, ZCR |
loudness_lufs |
Integrated loudness in LUFS |
dynamic_range_db |
Dynamic range in dB |
brightness |
Brightness score 0-1 |
warmth |
Warmth score 0-1 |
stems |
Separated stem file paths (if available) |
More from benzema216/dreamina-claude-skills
storyboard-generator
根据用户的创意/故事想法,批量生成多张连贯的图片和视频,并以专业分镜表(Storyboard)的形式展示。支持单镜头重新生成、图生视频、首尾帧视频生成等高级功能。适用于短视频脚本、动画分镜、广告创意、故事可视化等场景。
27storyboard-creator
小说/剧本转分镜表创作工具。将文字内容转换为详细的分镜表,用于指导AI生图和生视频。当用户需要:(1) 将小说章节转换为分镜表 (2) 创建AI生图用的分镜脚本 (3) 制作影视分镜规划 (4) 生成带有生图提示词的分镜表 时使用此技能。
14music-analyze
Full music analysis — extracts rhythm, emotion, timbre, tonality, lyrics and outputs structured JSON
6music-emotion
Analyze emotion — mood classification, energy, valence, genre detection
5music-lyrics
Extract lyrics — timestamped transcription using faster-whisper
4dreamina-edit-image
使用 edit_image 工具编辑图片或基于参考图生成新图,适用于有参考图的编辑和生成场景
3