Installation
npx shadcn@latest add @austin-ui/audio-player-with-waveformPreview
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 />;
}