RemotionUI

Audio Pulse

Audio-reactive pulse rings.

PrimitiveData & mediaAdvanced

audio-pulse30fps · 960×540
Install
$ npx remotion-ui@latest add audio-pulse

Bass-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-ui npm package; it is copied into your project.

Usage

Example
import { AudioPulse } from "@/remotion/primitives/audio-pulse"; <AudioPulse src={staticFile("voice.wav")} />

API Reference

PropTypeDescription
src*stringAudio source.
sizenumberPulse diameter in px.
ringCountnumberNumber of reactive rings.

Related