Audio Player with Waveform

Media

An advanced audio player with waveform visualization powered by WaveSurfer.js. Features customizable waveform styling, playback speed control, and interactive seeking.

Open in
audioplayerwaveformvisualizationwavesurfer

Installation

npx shadcn@latest add @austin-ui/audio-player-with-waveform

Preview

Sample Audio Track

Sound Helix

Loading waveform...
0:00
0:00

Usage

Import and use the component
After installation, you can import and use the component in your project.
import { AudioPlayerwithWaveform } from "@/registry/new-york/blocks/audio-player-with-waveform/audio-player-with-waveform";

export default function Example() {
  return <AudioPlayerwithWaveform />;
}