Module: `stellarflow-frontend/src/utils/audio.ts` ## Description: Add subtle, satisfying audio cues when key transaction milestones complete (e.g., swap confirmed, transaction failed). ## Technical Requirements: - [x] Lightweight web audio synthesized chimes for success, warning, and failure states - [x] Explicit global audio toggle setting (Mute/Unmute) defaulting to disabled - [x] Load compressed audio assets lazily to prevent bundle overhead
Module:
stellarflow-frontend/src/utils/audio.tsDescription:
Add subtle, satisfying audio cues when key transaction milestones complete (e.g., swap confirmed, transaction failed).
Technical Requirements:
Lightweight web audio synthesized chimes for success, warning, and failure states
Explicit global audio toggle setting (Mute/Unmute) defaulting to disabled
Load compressed audio assets lazily to prevent bundle overhead