Skip to main content

mimic tts plugin for NeonCore

Project description

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"
    }
  }

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

neon_tts_plugin_mimic-0.1.7-py3-none-any.whl (4.6 kB view details)

Uploaded Python 3

File details

Details for the file neon_tts_plugin_mimic-0.1.7-py3-none-any.whl.

File metadata

  • Download URL: neon_tts_plugin_mimic-0.1.7-py3-none-any.whl
  • Upload date:
  • Size: 4.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for neon_tts_plugin_mimic-0.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 5fc4e69fe6028031e8136090443b3b3cc54190ea5ad6494e39d9e914c51563f8
MD5 53a6db5ac1052887f802b752e09d5438
BLAKE2b-256 8f82f055eabbf137a3faaca62f21d4f9e6dcff4598e1257a1cf866b16c9f4778

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page