Components
An interactive voice recording interface with animated visual feedback, timer display, and customizable start/stop callbacks.
Loading preview...
import { VoiceInput } from "@/components/ui/voice-input";
export default function DemoOne() {
return <VoiceInput />;
}