An animated voice dictation interface with a WebGL dithered waveform orb that pulses while a live transcript streams in.
import VoiceDictator from "@/components/ui/voice-dictator"; export default function Default() { return <VoiceDictator />; }