π€ Transcription
{!useWebSpeech && !modelLoaded && (Loading Model...)}
{useWebSpeech && !webSpeechSupported && (Web Speech Not Supported)}
{isRecording && !isPaused && (
π΄ Recording {recordingDuration}s
)}
{isPaused && (
βΈοΈ Paused
)}
{isEditing && (
<>
>
)}
)
return (