readme.md

August 1, 2026 ยท View on GitHub

Description

OVOS STT plugin for Microsoft Azure AI Speech. It sends audio to the Azure speech-to-text REST API and returns the recognized text.

This plugin is part of the OpenVoiceOS speech-to-text (STT) plugin family. See the OVOS Plugin Manager for the STT plugin interface these plugins implement.

Install

pip install ovos-stt-plugin-azure

Configuration

Add this plugin to the stt section of your OVOS configuration.

  "stt": {
    "module": "ovos-stt-plugin-azure",
    "ovos-stt-plugin-azure": {
      "key": "xxx",
      "region": "westeurope",
      "profanity": "raw"
    }
  }
  • key: key for the Azure AI Speech API.
  • region: location or region of your Azure speech service.
  • profanity: profanity filter setting. Valid values are raw, masked, or removed.

License

This project uses the Apache 2.0 License.