Signals
Audiogram Scene
Podcast audiogram layout with spectrum bars.
ScenesignalsAdvanced
Install
npx remotion-ui@latest add audiogram-scenePodcast-style layout combining title and live audio visualization.
Live preview
AI usage
Install first, then import the copied source component locally.
Install
npx remotion-ui@latest add audiogram-sceneImport after install
@/remotion/scenes/audiogram-scene- Use when: audio-first videos, podcast clips, and waveform visuals.
- Customize: src, title, subtitle, 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 { AudiogramScene } from "@/remotion/scenes/audiogram-scene";
<AudiogramScene src={staticFile("podcast.wav")} title="Episode 1" />API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| src* | string | — | Audio file URL or staticFile path. |
| title | string | — | Episode title. |
| subtitle | string | — | Optional subtitle. |