Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (15 loc) · 705 Bytes

readme.md

File metadata and controls

26 lines (15 loc) · 705 Bytes

Privox STT plugin

A stt plugin for ovos using Privox

WARNING: Unfortunately the Privox network seems to no longer have any active nodes, consider using the OVOS public servers if you need volunteer run services for TTS/STT

image


Install

pip install ovos-stt-plugin-privox

Configuration

By default the global language used by mycroft-core will be used

  "stt": {
    "module": "ovos-stt-plugin-privox",
    "ovos-stt-plugin-privox": {"quality": "fast", "key": "SECRET"}
  }