{"id":21081688,"url":"https://github.com/openvoiceos/ovos-tts-plugin-piper","last_synced_at":"2025-04-09T20:10:19.184Z","repository":{"id":157863954,"uuid":"633686502","full_name":"OpenVoiceOS/ovos-tts-plugin-piper","owner":"OpenVoiceOS","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-02T02:08:09.000Z","size":118,"stargazers_count":24,"open_issues_count":11,"forks_count":12,"subscribers_count":4,"default_branch":"dev","last_synced_at":"2025-04-02T19:07:29.870Z","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/OpenVoiceOS.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-28T03:56:29.000Z","updated_at":"2025-04-01T02:13:46.000Z","dependencies_parsed_at":"2023-07-08T16:46:29.945Z","dependency_job_id":"389b48f6-96e3-408d-83b9-275c03d15dc1","html_url":"https://github.com/OpenVoiceOS/ovos-tts-plugin-piper","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenVoiceOS%2Fovos-tts-plugin-piper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenVoiceOS%2Fovos-tts-plugin-piper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenVoiceOS%2Fovos-tts-plugin-piper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenVoiceOS%2Fovos-tts-plugin-piper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OpenVoiceOS","download_url":"https://codeload.github.com/OpenVoiceOS/ovos-tts-plugin-piper/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248103871,"owners_count":21048245,"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","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-19T20:10:04.893Z","updated_at":"2025-04-09T20:10:19.155Z","avatar_url":"https://github.com/OpenVoiceOS.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Description\n\n[OpenVoiceOS (OVOS)](https://openvoiceos.org) TTS plugin for [piper](https://github.com/rhasspy/piper)\n\n## Install\n\n`pip install ovos-tts-plugin-piper`\n\n## Configuration\n\nvoice models are automatically downloaded from https://huggingface.co/rhasspy/piper-voices into `~/.local/share/piper_tts`\n\nfull list of voices can be found [here](https://huggingface.co/rhasspy/piper-voices/blob/main/voices.json)\n\nyou can also pass a short name alias without lang code, eg `\"alan-low\"` instead of `\"en_GB-alan-low\"`\n\n```json\n  \"tts\": {\n    \"module\": \"ovos-tts-plugin-piper\",\n    \"ovos-tts-plugin-piper\": {\n      \"voice\": \"alan-low\"\n    }\n  }\n```\nif no voice is set it will be auto selected based on language\n\nyou can also define a local path for your own model\n\n```json\n  \"tts\": {\n    \"module\": \"ovos-tts-plugin-piper\",\n    \"ovos-tts-plugin-piper\": {\n      \"model\": \"/path/to/model.onnx\",\n      \"model_config\": \"/path/to/model.onnx.json\"\n    }\n  }\n```\n\nor a remote url\n\n```json\n  \"tts\": {\n    \"module\": \"ovos-tts-plugin-piper\",\n    \"ovos-tts-plugin-piper\": {\n      \"model\": \"https://huggingface.co/poisson-fish/piper-vasco/resolve/main/onnx/vasco.onnx\",\n      \"model_config\": \"https://huggingface.co/poisson-fish/piper-vasco/resolve/main/onnx/vasco.onnx.json\"\n    }\n  }\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenvoiceos%2Fovos-tts-plugin-piper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenvoiceos%2Fovos-tts-plugin-piper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenvoiceos%2Fovos-tts-plugin-piper/lists"}