First Upload

All Files
This commit is contained in:
Thomas
2026-01-29 10:48:02 +01:00
commit abf2109171
21 changed files with 2834 additions and 0 deletions

50
FLOW_DIAGRAM.txt Normal file
View File

@@ -0,0 +1,50 @@
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 │
└────────────────────┘