{"id":21259149,"url":"https://github.com/mycroftai/plugin-tts-mimic3","last_synced_at":"2025-08-31T17:43:59.372Z","repository":{"id":41150786,"uuid":"476122843","full_name":"MycroftAI/plugin-tts-mimic3","owner":"MycroftAI","description":"Text to speech plugin for Mycroft using Mimic 3","archived":false,"fork":false,"pushed_at":"2022-07-30T20:58:10.000Z","size":46,"stargazers_count":7,"open_issues_count":2,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-10T20:09:32.808Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MycroftAI.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-03-31T02:30:54.000Z","updated_at":"2024-08-12T07:22:52.000Z","dependencies_parsed_at":"2022-09-05T14:01:05.681Z","dependency_job_id":null,"html_url":"https://github.com/MycroftAI/plugin-tts-mimic3","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/MycroftAI/plugin-tts-mimic3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MycroftAI%2Fplugin-tts-mimic3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MycroftAI%2Fplugin-tts-mimic3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MycroftAI%2Fplugin-tts-mimic3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MycroftAI%2Fplugin-tts-mimic3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MycroftAI","download_url":"https://codeload.github.com/MycroftAI/plugin-tts-mimic3/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MycroftAI%2Fplugin-tts-mimic3/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273017347,"owners_count":25031590,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-31T02:00:09.071Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-21T04:12:56.807Z","updated_at":"2025-08-31T17:43:59.336Z","avatar_url":"https://github.com/MycroftAI.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mimic 3 Text to Speech Plugin\n\nText to speech plugin for [Mycroft](https://mycroft.ai) using [Mimic 3](https://github.com/MycroftAI/mimic3).\n\n* [Available voices](https://github.com/MycroftAI/mimic3-voices)\n* [Documentation](https://mycroft-ai.gitbook.io/docs/mycroft-technologies/mimic-tts/coming-soon-mimic-3)\n\n\n## Installation\n\nInstall the necessary system packages:\n\n``` sh\nsudo apt-get install libespeak-ng1\n```\n\nOn 32-bit ARM platforms (a.k.a. `armv7l` or `armhf`), you will also need some extra libraries:\n\n``` sh\nsudo apt-get install libatomic1 libgomp1 libatlas-base-dev\n```\n\nThen, ensure that you're using the latest `pip`:\n\n```sh\nmycroft-pip install --upgrade pip\n```\n\nNext, install the TTS plugin in Mycroft:\n\n```sh\nmycroft-pip install mycroft-plugin-tts-mimic3[all]\n```\n\nRemoving `[all]` will install support for English only.\n\nAdditional language support can be selectively installed by replacing `all` with a two-character language code, such as `de` (German) or `fr` (French).\nSee [`setup.py`](https://github.com/MycroftAI/mimic3/blob/master/setup.py) for an up-to-date list of language codes.\n\nEnable the plugin in your [mycroft.conf](https://mycroft-ai.gitbook.io/docs/using-mycroft-ai/customizations/mycroft-conf) file:\n\n``` sh\nmycroft-config set tts.module mimic3_tts_plug\n```\n\nor you can manually add the following to `mycroft.conf` with `mycroft-config edit user`:\n\n``` json\n\"tts\": {\n  \"module\": \"mimic3_tts_plug\"\n}\n```\n\n\n## Plugin Options\n\nAdditional settings can be configured in `mycroft.conf`:\n\n``` json\n\"tts\": {\n  \"module\": \"mimic3_tts_plug\",\n  \"mimic3_tts_plug\": {\n      \"voice\": \"en_US/cmu-arctic_low\",  // default voice\n      \"speaker\": \"fem\",  // default speaker\n      \"length_scale\": 1.0,  // speaking rate\n      \"noise_scale\": 0.667,  // speaking variablility\n      \"noise_w\": 1.0  // phoneme duration variablility\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmycroftai%2Fplugin-tts-mimic3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmycroftai%2Fplugin-tts-mimic3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmycroftai%2Fplugin-tts-mimic3/lists"}