AI VoiceAn AI voice recording interface with animated waveform bars, timer, and a spinning stop indicator.animation PreviewCode00:00Click to speakCopy"use client"; import AIVoice from "@/components/vritti/ai-voice"; export function AIVoiceExample() { return ( <div className="flex items-center justify-center p-8"> <AIVoice /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/ai-voice"Copy Dependencies pnpmnpmyarnbunpnpm add lucide-reactCopy