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