51 lines
1.6 KiB
Plaintext
51 lines
1.6 KiB
Plaintext
AUTO CLIP – DJ TEASER FLOW (V3)
|
||
|
||
┌─────────────┐
|
||
│ tracks/ │
|
||
│ WAV / MP3 │
|
||
└──────┬──────┘
|
||
│
|
||
▼
|
||
┌────────────────────┐
|
||
│ Audio Analysis │
|
||
│ - RMS energy │
|
||
│ - Onset detection │
|
||
│ - Beat tracking │
|
||
│ - Tempo estimate │
|
||
│ - Key (chroma) │
|
||
└──────┬─────────────┘
|
||
│
|
||
▼
|
||
┌────────────────────┐
|
||
│ Highlight Picker │
|
||
│ - Skip intro/outro│
|
||
│ - Energy scoring │
|
||
│ - Best segment │
|
||
└──────┬─────────────┘
|
||
│
|
||
▼
|
||
┌──────────────────────────┐
|
||
│ DJ Logic (V3) │
|
||
│ - Bar / phrase snap │
|
||
│ - Pre-roll bars │
|
||
│ - Camelot harmonic order │
|
||
│ - Tempo clustering │
|
||
└──────┬───────────────────┘
|
||
│
|
||
▼
|
||
┌────────────────────┐
|
||
│ Rendering │
|
||
│ - Trim clips │
|
||
│ - 2-pass loudnorm │
|
||
│ - Acrossfades │
|
||
└──────┬─────────────┘
|
||
│
|
||
▼
|
||
┌────────────────────┐
|
||
│ Output │
|
||
│ - WAV teaser │
|
||
│ - MP3 teaser │
|
||
│ - JSON report │
|
||
│ - Track timestamps │
|
||
└────────────────────┘
|