An interactive voice recording interface with animated visual feedback, timer display, and customizable start/stop callbacks.
Installation
Usage
import { VoiceInput } from "@/components/molecule-ui/voice-input"
<VoiceInput />
Props
Prop | Type | Default |
---|---|---|
onStop? | (() => void) | - |
onStart? | (() => void) | - |