Files
settled-reach/docs/assets/_templates/audio.md
T
jpmschweitzerandClaude Opus 4.6 34d0e7211c docs(assets): add asset pipeline documentation system
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>
2026-02-16 01:03:18 +01:00

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 |
|------|---------|-------|
```