Skip to content
This repository was archived by the owner on Nov 22, 2025. It is now read-only.

OpenVoiceOS/ovos-tts-plugin-nos

Repository files navigation

Description

OVOS TTS plugin for NOS TTS


WARNING: this plugin is no longer maintained, you should move to phoonnx, a generic VITS inference plugin that supports piper, mimic3, coqui, MMS...


Install

pip install ovos-tts-plugin-nos

To use the 'sabela' or icia voices you also need to install cotovia, follow the steps in ovos-tts-plugin-cotovia

Configuration

valid voices are 'celtia', 'icia' and 'sabela'

  "tts": {
    "module": "ovos-tts-plugin-nos",
    "ovos-tts-plugin-nos": {
      "voice": "celtia"
    }
  }
 

If using voice sabela or icia, bin can be used to set a path to the cotovia executable (default /usr/bin/cotovia)

  "tts": {
    "module": "ovos-tts-plugin-nos",
    "ovos-tts-plugin-nos": {
      "voice": "sabela",
      "bin": "/usr/bin/cotovia"
    }
   }
 

Credits

This plugin was funded by the Ministerio para la Transformación Digital y de la Función Pública and Plan de Recuperación, Transformación y Resiliencia - Funded by EU – NextGenerationEU within the framework of the project ILENIA with reference 2022/TL22/00215337

This research was funded by Proxecto Nós - “The Nós project: Galician in the society and economy of Artificial Intelligence”, resulting from the agreement 2021-CP080 between the Xunta de Galicia and the University of Santiago de Compostela, and thanks to the Investigo program, within the National Recovery, Transformation and Resilience Plan, within the framework of the European Recovery Fund (NextGenerationEU).

About

Galician TTS

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages