Skip to content

Realtime Voice Input

import { CardGrid, LinkCard, Steps, Badge } from ‘@astrojs/starlight/components’;

After reading, you can: Use your microphone to speak prompts directly into the chat box with instant transcript insertion.


  • Shortcut: Press Ctrl + M (macOS: + M).
  • UI Icon: Click the 🎙️ Microphone icon near the chat input or on the floating mini bar.

  1. Trigger Recording
    The microphone icon lights up in red, and an animated audio waveform appears above the input box.

  2. Speak Naturally
    Transcribed words insert into the textarea at your exact cursor position in real time.

  3. Stop & Send
    Press Ctrl + M again or click the red stop button to finalize the text.


  • 🔤 Smart Spacing: Automatic English word spacing and natural punctuation placement.
  • 🛡️ Offline Fallback: Automatically downgrades to buffered recognition during network jitter to ensure no spoken words are lost.