LLM Music Player
Web Audio API synthesizer for AI-generated compositions
⚡ Simple synthesizer mode - no external dependencies required
Volume: 75%
How to Use:
- Generate a music composition using your favorite LLM
- Make sure the output is in JSON array format with note, time, duration, and velocity
- Paste the composition in the text area above
- Click "Load Composition" to parse and validate
- Press Play to hear your AI-generated music!
Note Format:
{ "note": "C4", "time": 0, "duration": 0.5, "velocity": 0.7 }