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

34
SCREENSHOTS.md Normal file
View File

@@ -0,0 +1,34 @@
# Screenshots / Visuals
This project is primarily CLI-based, but screenshots help explain the workflow.
## Suggested screenshots
### 1. Folder structure
_Show the repo structure with V_1 / V_2 / V_3_
```
Auto Clip/
├── V_1/
├── V_2/
├── V_3/
├── tracks/
└── out/
```
### 2. CLI usage
_Terminal screenshot running a V3 teaser build_
```bash
python dj_teaser_v3.py --tracks-dir ./tracks --select all --bars 2 --harmonic
```
### 3. Output files
_Show generated files in the out/ folder_
- album_teaser.wav
- album_teaser.mp3
- teaser_report.json
### 4. (Optional) Waveform view
_Screenshot from a DAW or audio editor showing the final teaser waveform_