RemotionUI

Audiogram Scene

Podcast audiogram layout with spectrum bars.

SceneData & mediaAdvanced

audiogram-scene30fps · 960×540
Install
$ npx remotion-ui@latest add audiogram-scene

Podcast-style layout combining title and live audio visualization.

Agent notes

Install first, then import the copied source component locally. AI guide →

Import
@/remotion/scenes/audiogram-scene
  • Use when: audio-first videos, podcast clips, and waveform visuals.
  • Customize: src, title, subtitle, logoSrc, 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 { AudiogramScene } from "@/remotion/scenes/audiogram-scene"; <AudiogramScene src={staticFile("podcast.wav")} title="Episode 1" />

API Reference

PropTypeDescription
src*stringAudio file URL or staticFile path.
titlestringEpisode title.
subtitlestringOptional subtitle.
logoSrcstringOptional brand mark above the title.

Related