Category-based asset index for audio, visual, and video pipelines. Audio pipeline fully populated: palette (sonic identity bible), ambient loops, SFX, UI sounds with generation specs and mix parameters. Visual and video are stubs pending their respective workshops. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
34 lines
1.2 KiB
Markdown
34 lines
1.2 KiB
Markdown
# Audio Asset Template
|
|
|
|
## Table Row Format
|
|
|
|
```
|
|
| {ID} | `{filename}.ogg` | {status} | {bus} | {method} | {duration} | {prompt/notes} | {sprint/ticket} |
|
|
```
|
|
|
|
**Columns:**
|
|
- **ID:** Category prefix + sequential number (AMB-001, SFX-001, UI-001)
|
|
- **Filename:** Target filename in `client/assets/audio/`
|
|
- **Status:** planned / in-progress / placeholder / final
|
|
- **Bus:** Ambient / World SFX / Player Actions / UI Sounds / Music
|
|
- **Method:** SAO (Stable Audio Open) / synth (manual synthesis) / hybrid
|
|
- **Duration:** Target duration
|
|
- **Prompt/Notes:** Generation prompt or design description (keep brief — expand in detailed entry if needed)
|
|
- **Sprint/Ticket:** Sprint number and ticket ID
|
|
|
|
## Detailed Entry Format
|
|
|
|
Use below the asset table for assets that need expanded documentation (complex generation, iteration history, special integration notes).
|
|
|
|
```markdown
|
|
### {ID}: {filename}
|
|
- **Sonic family:** insert-tech / organic
|
|
- **Frequency range:** {primary range}
|
|
- **Full prompt:** `{complete generation prompt}`
|
|
- **Post-processing:** {trim, normalize, EQ, crossfade, loop points}
|
|
- **Integration:** {which system triggers this, bus routing, special behavior}
|
|
- **Iteration history:**
|
|
| Date | Version | Notes |
|
|
|------|---------|-------|
|
|
```
|