35 lines
688 B
Markdown
35 lines
688 B
Markdown
# 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_
|