Skip to content

NeonGeckoCom/neon-tts-plugin-mimic

 
 

Repository files navigation

Description

Neon TTS plugin for Mimic

Install

pip install neon-tts-plugin-mimic

you can either compile mimic or use forslund's repo

Configuration

if mimic is available system wide you just need to specify a voice

  "tts": {
    "module": "neon_tts_mimic",
    "neon_tts_mimic": {
      "voice": "ap",
    }
  }

Advanced config

voices can be urls, file paths, or included voices, you can find compatible festvox voices here

You can also specify the mimic binary location

  "tts": {
    "module": "neon_tts_mimic",
    "neon_tts_mimic": {
      "voice": "http://www.festvox.org/flite/packed/flite-2.0/voices/cmu_us_fem.flitevox",
      "binary": "~/mimic1/mimic"
    }
  }
        

Mycroft premium subscribers have access to a female voice called trinity This voice is actually a pre compiled mimic binary with the voice included

The plugin should automatically detect this binary and use it, but you can also specify the binary location directly

If you are a subscriber the voice should have been downloaded to /opt/mycroft/voices/mimic_tn

  "tts": {
    "module": "neon_tts_mimic",
    "neon_tts_mimic": {
      "voice": "trinity",
      "binary": "/opt/mycroft/voices/mimic_tn"
    }
  }
        

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%