Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 523 Bytes

readme.md

File metadata and controls

24 lines (17 loc) · 523 Bytes

Description

OVOS TTS plugin for bark

This is very slow and needs a GPU to be remotely usable

Install

pip install ovos-tts-plugin-bark

Configuration

see voices in bark speaker library V2

  "tts": {
    "module": "ovos-tts-plugin-bark",
    "ovos-tts-plugin-bark": {
      "use_cuda": true,
      "small_models": true,
      "voice": "v2/en_speaker_6"
    }
  }