{"id":24534479,"url":"https://github.com/inc44/thetts","last_synced_at":"2026-04-10T02:02:32.313Z","repository":{"id":223570172,"uuid":"760921262","full_name":"Inc44/TheTTS","owner":"Inc44","description":"Synthesize speech using state-of-the-art open and closed-source tools","archived":false,"fork":false,"pushed_at":"2024-04-29T13:15:18.000Z","size":804,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-22T11:17:16.313Z","etag":null,"topics":["cli","command-line-tool","coqui","coqui-ai","coqui-tts","cross-platform","linux","macos","openai","openai-api","python","tts","tts-api","windows"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Inc44.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}},"created_at":"2024-02-20T22:46:50.000Z","updated_at":"2024-11-20T21:54:47.000Z","dependencies_parsed_at":"2024-03-22T03:28:09.947Z","dependency_job_id":"c8c5f7b2-89aa-47b7-82a2-095b89031406","html_url":"https://github.com/Inc44/TheTTS","commit_stats":null,"previous_names":["inc44/thetts"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inc44%2FTheTTS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inc44%2FTheTTS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inc44%2FTheTTS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inc44%2FTheTTS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Inc44","download_url":"https://codeload.github.com/Inc44/TheTTS/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243797693,"owners_count":20349449,"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":["cli","command-line-tool","coqui","coqui-ai","coqui-tts","cross-platform","linux","macos","openai","openai-api","python","tts","tts-api","windows"],"created_at":"2025-01-22T11:17:20.776Z","updated_at":"2025-12-31T00:21:13.231Z","avatar_url":"https://github.com/Inc44.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction\n\nThis Python script is designed to synthesize speech using state-of-the-art open and closed-source tools. It's implemented in a single file to simplify deployment and usage.\n\n# Features\n\n- **ClosedAI TTS**\n- **Coqui TTS**\n\n# Installation\n\n```\ngit clone https://github.com/Inc44/TheTTS.git\ncd TheTTS\nconda create --name TheTTS python=3.10.14\nconda activate TheTTS\npip install openai==1.13.3 TTS==0.22.0\nDS_BUILD_TRANSFORMER_INFERENCE=1 pip install deepspeed==0.14.0\nsudo apt install git-lfs\ngit lfs install\ngit clone https://huggingface.co/coqui/XTTS-v2\nsudo rm -r XTTS-v2/.git\ncp /home/pc/github/TheTTS/xtts.py /home/pc/miniconda3/envs/TheTTS/lib/python3.10/site-packages/TTS/tts/models\n```\n\n# Usage\n\n## Parameters\n\n- `--api_key`: Use this flag to use ClosedAI's API.\n- `--text_file_path`: The path to the text file input (default: ./input).\n- `--speech_file_dir`: The directory where speech files will be saved (default:./result).\n- `--speaker_wav`: The default speaker WAV file (default: en_sample.wav).\n- `--language`: The language code (default: en).\n- `--codec`: The audio codec to use (default: mp3).\n\n## Commands\n\nExecute the script from the command line, providing optional parameters if needed:\n\n```bash\nconda activate TheTTS\ncd TheTTS\npython -OO thetts.py [options]\n```\n\n# License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finc44%2Fthetts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finc44%2Fthetts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finc44%2Fthetts/lists"}