Spatial audio showcases — orbit, soundboard, proximity
September 14, 2026 · platform
@voicethere/agent 0.7.10
Put on stereo headphones and try three new live demos on the showcase catalog. Each page connects in one click and shows a top-down stage with L/R level meters plus a master volume slider.
What shipped
- Orbiting voice — the agent's TTS circles your head using per-listener
setTtsPose - Spatial soundboard — drop sound pads on a stage; clips play with
play({ volume, pose })without sending URLs from the browser - Proximity room — move avatars on a shared board; voices get louder as you get closer, with per-peer mute via mix groups
One Spatial audio showcase dashboard template (spatial-showcase) powers all three modes. Visitors send { "type": "join", "demo": "orbit" | "soundboard" | "proximity" } on the DataChannel after connect.
Try it
Create your own project from the Spatial audio showcase template, enable Voice+Data with shared_child_per_session, deploy, and use the same join protocol from your client.