{"id":49848118,"url":"https://github.com/intelligentsandbox/tts","last_synced_at":"2026-05-14T13:07:13.792Z","repository":{"id":327786540,"uuid":"998642300","full_name":"IntelligentSandbox/tts","owner":"IntelligentSandbox","description":"custom tts system","archived":false,"fork":false,"pushed_at":"2026-05-11T16:44:41.000Z","size":241201,"stargazers_count":0,"open_issues_count":15,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-11T18:26:56.806Z","etag":null,"topics":["kokoro","onnx","piper","text-to-speech","twitch"],"latest_commit_sha":null,"homepage":"http://localhost:8000/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IntelligentSandbox.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-09T02:42:43.000Z","updated_at":"2026-05-11T16:44:47.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/IntelligentSandbox/tts","commit_stats":null,"previous_names":["ramonasuncion/tts","intelligentsandbox/tts"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IntelligentSandbox/tts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntelligentSandbox%2Ftts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntelligentSandbox%2Ftts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntelligentSandbox%2Ftts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntelligentSandbox%2Ftts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IntelligentSandbox","download_url":"https://codeload.github.com/IntelligentSandbox/tts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntelligentSandbox%2Ftts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33026096,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"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":["kokoro","onnx","piper","text-to-speech","twitch"],"created_at":"2026-05-14T13:07:12.746Z","updated_at":"2026-05-14T13:07:13.759Z","avatar_url":"https://github.com/IntelligentSandbox.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TTS\n\nA FastAPI-based service for local, high-speed neural text-to-speech synthesis. Supports Piper and Kokoro backends.\n\nhttps://github.com/user-attachments/assets/d545fa6f-5a4f-4dc7-8460-3a5d0ab15ff1\n\n## Installation\n\n```bash\n# Install system requirements\nsudo apt install ffmpeg\n\n# Install python dependencies\npython3 src/setup.py\nsource src/tts-venv/bin/activate\n```\n\n## Usage\n\n**Start the service:**\n\n```bash\ncd src/\npython app.py\n```\n\n**Python Example:**\n\n```python\nimport requests\n\n# Generate speech with an API key\nresponse = requests.post(\n    \"http://localhost:8000/api/tts\",\n    headers={\"X-API-Key\": \"secret-key\"},\n    json={\n        \"text\": \"Hello! [SFX: airhorn] Welcome.\",\n        \"voice\": \"en_US-ryan-high\"\n    }\n)\n\n# Save the audio output\nwith open(\"speech.mp3\", \"wb\") as f:\n    f.write(response.content)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintelligentsandbox%2Ftts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fintelligentsandbox%2Ftts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintelligentsandbox%2Ftts/lists"}