> ## Documentation Index
> Fetch the complete documentation index at: https://learn.playlab.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Voice Dictation Guide

> How to use built-in dictation features on Mac, PC, and Chromebook

Effective voice dictation allows you to convert speech to text using your device's built-in accessibility features. This guide covers how to enable and use dictation on Mac, Windows PC, and Chromebook systems.

<Info>
  **What is Voice Dictation?**

  Voice dictation is an accessibility feature that converts your spoken words into text. It's built into most modern operating systems and helps users with various needs input text without typing.
</Info>

## Understanding Voice Dictation

<Warning>
  **Important Disclaimer:** Dictation tools are accessibility features that convert speech to text, but they are NOT AI tools. They simply transcribe what you say without generating new content, suggestions, or responses. Always review and edit transcribed text for accuracy, as speech recognition can make errors with homophones, proper nouns, or unclear speech.
</Warning>

<Info>
  **Accessibility Benefits:** Dictation tools are essential accessibility features that support users with disabilities, including those with mobility limitations, repetitive strain injuries, dyslexia, or other conditions that make traditional typing challenging. These tools promote digital inclusion and equal access to technology.
</Info>

***

## Watch How to Use Voice Dictation

Watch a short video on how to use voice dictation in Playlab

<iframe src="https://www.loom.com/embed/bd7fad53a04d4dc48d7bd01df448973c?sid=143c2052-4619-4306-b5c3-50493193f4a9" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style={{ width: "100%", maxWidth: "720px", aspectRatio: "16 / 9", margin: "1.5rem auto", display: "block" }} />

<figcaption>Watch how to use voice dictation in Playlab \[2:43]</figcaption>

## Platform-Specific Instructions

<Tabs>
  <Tab title="🍎 Mac">
    When using dictation on Mac, you have access to both on-device and server-based processing options for enhanced privacy and accuracy.

    ### Enabling Dictation on Mac

    **Setup Steps:**

    1. Go to **System Settings** (or **System Preferences** on older versions)
    2. Click **Keyboard**
    3. Turn on **Dictation**
    4. Choose between **On-device** or **Server-based** dictation
    5. Select your preferred shortcut key combination

    **Keyboard Shortcuts:**

    <div className="flex flex-wrap gap-2 mt-2 mb-4">
      <div className="inline-flex items-center gap-1 px-3 py-2 bg-gray-300 rounded-md border border-gray-400 text-gray-800 font-bold text-sm">
        <span>fn</span>
        <span>fn</span>
      </div>

      <span className="self-center text-gray-600">Start/stop dictation</span>
    </div>

    <div className="flex flex-wrap gap-2 mt-2 mb-4">
      <div className="inline-flex items-center gap-1 px-3 py-2 bg-gray-300 rounded-md border border-gray-400 text-gray-800 font-bold text-sm">
        <span>⌘</span>
        <span>Space</span>
        <span>D</span>
      </div>

      <span className="self-center text-gray-600">Alternative shortcut (if configured)</span>
    </div>

    <Accordion title="Using Mac Dictation">
      **Basic Usage:**

      * Press **fn fn** (Function key twice)
      * Wait for the microphone icon to appear
      * Speak clearly and naturally
      * Click **Done** or press **fn** again to stop

      **Mac Voice Commands:**

      * "New line" - Creates a line break
      * "New paragraph" - Creates a paragraph break
      * "Cap" + word - Capitalizes the next word
      * "All caps" + phrase + "all caps off" - Types in all capitals
      * "No caps" + phrase + "no caps off" - Types in lowercase
      * "Tab key" - Insert tab character
      * "Numeral" + number - Types number as digit instead of word
    </Accordion>
  </Tab>

  <Tab title="🪟 Windows PC">
    Windows dictation integrates seamlessly with the operating system and works across all applications that accept text input.

    ### Enabling Dictation on Windows

    **Setup Steps:**

    1. Press **Windows key + H** to open dictation
    2. Or go to **Settings > Time & Language > Speech**
    3. Turn on **Online speech recognition**
    4. Choose your microphone and test it

    **Keyboard Shortcuts:**

    <div className="flex flex-wrap gap-2 mt-2 mb-4">
      <div className="inline-flex items-center gap-1 px-3 py-2 bg-gray-300 rounded-md border border-gray-400 text-gray-800 font-bold text-sm">
        <span>⊞</span>
        <span>H</span>
      </div>

      <span className="self-center text-gray-600">Start/stop dictation</span>
    </div>

    <div className="flex flex-wrap gap-2 mt-2 mb-4">
      <div className="inline-flex items-center gap-1 px-3 py-2 bg-gray-300 rounded-md border border-gray-400 text-gray-800 font-bold text-sm">
        <span>⊞</span>
        <span>Ctrl</span>
        <span>S</span>
      </div>

      <span className="self-center text-gray-600">Turn listening on/off while dictating</span>
    </div>

    <Accordion title="Using Windows Dictation">
      **Basic Usage:**

      * Press **Windows + H** anywhere you can type
      * Start speaking when you see "Listening..."
      * Click the microphone icon to pause/resume
      * Press **Windows + H** again to stop

      **Voice Commands:**

      **Punctuation Commands:**

      * "Period" or "full stop"
      * "Comma"
      * "Question mark"
      * "Exclamation point"
      * "Semicolon"
      * "Colon"
      * "Open quote" / "Close quote"

      **Editing Commands:**

      * "Delete that"
      * "Scratch that"
      * "Select \[word/phrase]"
      * "Go to the beginning"
      * "Go to the end"
      * "Stop listening"
    </Accordion>
  </Tab>

  <Tab title="🔍 Chromebook">
    Chromebook dictation offers both on-device and network-based processing, with integration across Chrome OS and web applications.

    ### Enabling Dictation on Chromebook

    **Setup Steps:**

    1. Click the **status area** (bottom-right corner)
    2. Select **Settings**
    3. Go to **Advanced > Accessibility**
    4. Turn on **Enable dictation (speak to type)**
    5. Choose **Dictation location** (on-device or network-based)

    **Keyboard Shortcuts:**

    <div className="flex flex-wrap gap-2 mt-2 mb-4">
      <div className="inline-flex items-center gap-1 px-3 py-2 bg-gray-300 rounded-md border border-gray-400 text-gray-800 font-bold text-sm">
        <span>🔍</span>
        <span>D</span>
      </div>

      <span className="self-center text-gray-600">Start/stop dictation (Launcher + D)</span>
    </div>

    <div className="flex flex-wrap gap-2 mt-2 mb-4">
      <div className="inline-flex items-center gap-1 px-3 py-2 bg-gray-300 rounded-md border border-gray-400 text-gray-800 font-bold text-sm">
        <span>Alt</span>
        <span>🔍</span>
        <span>S</span>
      </div>

      <span className="self-center text-gray-600">Toggle dictation on/off</span>
    </div>

    <Accordion title="Using Chromebook Dictation">
      **Basic Usage:**

      * Press **Search + D** (Launcher + D)
      * Click in any text field first
      * Speak when the microphone appears
      * Press **Search + D** again to stop

      **Chromebook Voice Commands:**

      * "Period" or "dot"
      * "Comma"
      * "New line"
      * "New paragraph"
      * "Delete" or "backspace"
      * "Stop listening"

      **Access Methods:**

      * Keyboard shortcut: Search + D
      * On-screen keyboard microphone icon
      * Accessibility menu selection
      * Voice access through Chrome browser
    </Accordion>
  </Tab>
</Tabs>

***

## Best Practices for Voice Dictation

### Optimize Your Dictation Experience

Successful voice dictation depends on both your setup and technique. Here are proven strategies to improve accuracy and efficiency:

<div className="grid grid-cols-1 md:grid-cols-2 gap-4 mt-4">
  <Card title="Environment Setup" icon="volume-2">
    • **Quiet Environment**: Use dictation in spaces with minimal background noise

    • **Microphone Position**: Keep your microphone 6-12 inches from your mouth

    • **Minimize Distractions**: Close windows, turn off fans, and reduce ambient sounds

    • **Test Equipment**: Check your microphone quality before important dictation sessions
  </Card>

  <Card title="Speaking Techniques" icon="messages">
    • **Clear Articulation**: Speak clearly and at a moderate, consistent pace

    • **Natural Patterns**: Use your normal speech rhythm with appropriate pauses

    • **Punctuation Pronunciation**: Say punctuation marks explicitly ("comma", "period")

    • **Voice Care**: Take regular breaks to prevent voice fatigue during long sessions
  </Card>
</div>

## Troubleshooting Common Issues

<Accordion title="Microphone Permission Problems">
  **Check System Permissions:**

  * Ensure your browser or application has microphone access
  * Review system privacy settings for microphone permissions
  * Restart applications after granting permissions
  * Test microphone in other applications to verify functionality
</Accordion>

<Accordion title="Poor Recognition Accuracy">
  **Improve Speech Recognition:**

  * Speak more slowly and clearly
  * Ensure you're in a quiet environment
  * Check microphone quality and positioning
  * Consider training your device's speech recognition if available
  * Verify your selected language matches your speech
</Accordion>

<Accordion title="Technical Connection Issues">
  **Resolve Connectivity Problems:**

  * Verify stable internet connection for cloud-based dictation
  * Update your operating system and applications
  * Restart dictation services or reboot your device
  * Clear browser cache if using web-based dictation
</Accordion>

## Quick Reference Guide

### Universal Voice Commands

<Info>
  **Cross-Platform Commands**

  These commands work across most dictation platforms:

  * "New line" - Insert line break
  * "New paragraph" - Insert paragraph break
  * "Delete" or "Backspace" - Remove last word
  * "Select all" - Highlight all text
  * "Copy that" - Copy selected text
  * "Paste" - Insert copied content
  * "Undo that" - Reverse last action
</Info>

### Platform Shortcuts Summary

<div className="grid grid-cols-1 md:grid-cols-3 gap-4 mt-4">
  <div className="p-4 bg-blue-50 rounded-md border border-blue-200">
    <p className="font-semibold text-center mb-3">🍎 Mac Shortcuts</p>

    <div className="space-y-2">
      <div className="flex items-center justify-center gap-2">
        <div className="inline-flex items-center gap-1 px-2 py-1 bg-gray-300 rounded border border-gray-400 text-gray-800 font-bold text-xs">
          <span>fn</span>
          <span>fn</span>
        </div>

        <span className="text-xs">Start dictation</span>
      </div>

      <div className="flex items-center justify-center gap-2">
        <div className="inline-flex items-center gap-1 px-2 py-1 bg-gray-300 rounded border border-gray-400 text-gray-800 font-bold text-xs">
          <span>fn</span>
        </div>

        <span className="text-xs">Stop dictation</span>
      </div>
    </div>
  </div>

  <div className="p-4 bg-green-50 rounded-md border border-green-200">
    <p className="font-semibold text-center mb-3">🪟 Windows Shortcuts</p>

    <div className="space-y-2">
      <div className="flex items-center justify-center gap-2">
        <div className="inline-flex items-center gap-1 px-2 py-1 bg-gray-300 rounded border border-gray-400 text-gray-800 font-bold text-xs">
          <span>⊞</span>
          <span>H</span>
        </div>

        <span className="text-xs">Start/stop</span>
      </div>

      <div className="flex items-center justify-center gap-2">
        <div className="inline-flex items-center gap-1 px-2 py-1 bg-gray-300 rounded border border-gray-400 text-gray-800 font-bold text-xs">
          <span>⊞</span>
          <span>Ctrl</span>
          <span>S</span>
        </div>

        <span className="text-xs">Toggle listening</span>
      </div>
    </div>
  </div>

  <div className="p-4 bg-orange-50 rounded-md border border-orange-200">
    <p className="font-semibold text-center mb-3">🔍 Chromebook Shortcuts</p>

    <div className="space-y-2">
      <div className="flex items-center justify-center gap-2">
        <div className="inline-flex items-center gap-1 px-2 py-1 bg-gray-300 rounded border border-gray-400 text-gray-800 font-bold text-xs">
          <span>🔍</span>
          <span>D</span>
        </div>

        <span className="text-xs">Start/stop</span>
      </div>

      <div className="flex items-center justify-center gap-2">
        <div className="inline-flex items-center gap-1 px-2 py-1 bg-gray-300 rounded border border-gray-400 text-gray-800 font-bold text-xs">
          <span>Alt</span>
          <span>🔍</span>
          <span>S</span>
        </div>

        <span className="text-xs">Toggle dictation</span>
      </div>
    </div>
  </div>
</div>

<div className="mt-8 p-4 bg-yellow-50 rounded-md border border-yellow-200">
  <p className="font-semibold">💡 Pro Tip</p>
  <p className="mt-2">Practice with shorter sentences first to get comfortable with your device's dictation accuracy and response time. As you become more familiar with the voice commands and your speaking pace, you can tackle longer, more complex dictation sessions.</p>
</div>

## Frequently Asked Questions

<Accordion title="Is my voice data stored when using dictation?">
  The data is not used to train AI models and there are no recordings of your voice that will be stored on Playlab.
</Accordion>

<Accordion title="Can I use dictation in multiple languages?">
  Yes, most platforms support multiple languages for dictation. You can usually change the dictation language in your system settings under Speech/Language preferences. Some platforms allow you to switch languages on-the-fly during dictation sessions.
</Accordion>

<Accordion title="What should I do if dictation accuracy is poor?">
  Try speaking more slowly and clearly, ensure you're in a quiet environment, check your microphone quality, and consider training your device's speech recognition if that option is available in your settings. Also verify that your selected language matches your speech patterns.
</Accordion>

<Accordion title="Can I use dictation offline?">
  Mac offers offline dictation with reduced functionality. Windows and Chromebook typically require internet connection for full dictation features, though some basic offline capabilities may be available on newer devices.
</Accordion>

<Accordion title="How do I handle technical terms or proper nouns?">
  For technical terms, speak slowly and clearly. Many systems learn from corrections, so fixing mistakes helps improve future recognition. Consider spelling out complex terms: "the file name is, capital A, capital B, capital C, dot T, X, T" for "ABC.txt".
</Accordion>

## Need Additional Help?

If you need further assistance with voice dictation:

* Check your device manufacturer's support documentation
* Visit accessibility support forums for your specific platform
* Contact your device's customer support for hardware-related issues

***

Last updated: 05-23-2025
