Usage
This demo uses your device's microphone.
Note
This component was designed in partnership with Unicorn Studio.
Unicorn Studio
Create jaw-dropping motion and interaction in minutes — no code. Embed with a few clicks.

Features
- Visualize an agent's audio track
- Customize the color and color shift of the aura
- Select from five sizes:
icon,sm,md,lg, andxl - Responds to agent state with unique animations
- Light and dark mode support
Installation
pnpm dlx shadcn@latest add @agents-ui/agent-audio-visualizer-aura
Props
| Prop name | Type | Default |
|---|---|---|
size? | enum | lg |
state? | enum | connecting |
color? | `#${string}` | #1FD5F9 |
colorShift? | number | 0.05 |
themeMode? | enum | – |
audioTrack? | LocalAudioTrack | RemoteAudioTrack | TrackReferenceOrPlaceholder | – |
ref? | Ref<HTMLDivElement> | – |
...props? | ComponentProps<'div'> | |