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.2a1-py3-none-any.whl (4.7 kB view details)

Uploaded Python 3

File details

Details for the file neon_tts_plugin_mimic-0.1.2a1-py3-none-any.whl.

File metadata

  • Download URL: neon_tts_plugin_mimic-0.1.2a1-py3-none-any.whl
  • Upload date:
  • Size: 4.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for neon_tts_plugin_mimic-0.1.2a1-py3-none-any.whl
Algorithm Hash digest
SHA256 33002b501cbaf74fa4d468dbde8f546169de1f1eaeb6e6573796433fa88beede
MD5 86a5033d0790a8fd843ca599bad1cb54
BLAKE2b-256 f6cf5f7723807debf2a4b09122d9f3937a00360a3e6a8e16cbd0777aa3d28dc9

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