RemotionUI
Signals

Audio Pulse

Audio-reactive pulse rings.

PrimitivesignalsAdvanced

Install
npx remotion-ui@latest add audio-pulse

Bass-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.

AI guide

Install

npx remotion-ui@latest add audio-pulse

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

Usage

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