Audio Pulse
Audio-reactive pulse rings.
PrimitiveData & mediaAdvanced
audio-pulse30fps · 960×540
Install
$ npx remotion-ui@latest add audio-pulseBass-reactive pulse rings for podcast and music visuals.
Advanced. Installs @remotion/media-utils.
Agent notes
Install first, then import the copied source component locally. AI guide →
Import
@/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
Example
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. |