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