Signals
Audio Pulse
Audio-reactive pulse rings.
PrimitivesignalsAdvanced
Install
npx remotion-ui@latest add audio-pulseBass-reactive pulse rings for podcast and music visuals.
Live preview
Advanced — installs @remotion/media-utils.
AI usage
Install first, then import the copied source component locally.
Install
npx remotion-ui@latest add audio-pulseImport after install
@/remotion/primitives/audio-pulse- Use when: audio-first videos, podcast clips, and waveform visuals.
- Customize: src, size, ringCount, plus copied source for timing, layout, colors, and typography.
- Rule: do not import this component from the
remotion-uinpm package; it is copied into your project.
Usage
import { AudioPulse } from "@/remotion/primitives/audio-pulse";
<AudioPulse src={staticFile("voice.wav")} />API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| src* | string | — | Audio source. |
| size | number | 240 | Pulse diameter in px. |
| ringCount | number | 3 | Number of reactive rings. |