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

# Run on-device Voice AI

> Deploy speech recognition, text-to-speech, and language translation on Qualcomm Dragonwing IoT platforms using the Audio Analytics container.

Qualcomm's Audio Analytics container brings speech recognition (ASR), text-to-speech (TTS), and language translation to Dragonwing IoT platforms, with all models running fully on-device on the Qualcomm NPU.

Select the option that matches your voice AI workflow.

<CardGroup cols={2}>
  <Card title="Running the Audio Analytics container" icon="waveform-lines" href="../topic/audio-analytics-overview">
    Deploy and run the Audio Analytics container for on-device ASR, text translation, and TTS.
  </Card>

  <Card title="Speech recognition (ASR)" icon="microphone" href="../topic/asr-container">
    Transcribe audio to text using on-device ASR models running on the Qualcomm NPU.
  </Card>

  <Card title="Text-to-speech (TTS)" icon="volume-high" href="../topic/tts-container">
    Synthesize speech from text using on-device TTS models running on the Qualcomm NPU.
  </Card>

  <Card title="Language translation" icon="language" href="../topic/language-translation">
    Translate text between languages using neural machine translation models running on the Qualcomm NPU.
  </Card>
</CardGroup>
