{"id":51835118,"url":"https://github.com/pixelindiedev/tts-company","last_synced_at":"2026-07-22T20:02:55.953Z","repository":{"id":370700359,"uuid":"1260525052","full_name":"PixelIndieDev/TTS-Company","owner":"PixelIndieDev","description":"This library makes it easy to add TTS speech to your Lethal Company mods","archived":false,"fork":false,"pushed_at":"2026-07-10T10:37:01.000Z","size":110833,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-07-10T11:14:49.832Z","etag":null,"topics":["ai","ai-voice","api","concentus","concentus-oggfile","lethal-company","lethal-company-library","lethalcompany","lethalcompany-mod","lethalcompanymod","piper-tts","text-to-speech","text-to-speech-generation","tts"],"latest_commit_sha":null,"homepage":"https://thunderstore.io/c/lethal-company/p/PixelIndieDev/TTSCompany/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PixelIndieDev.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":"2026-06-05T15:28:44.000Z","updated_at":"2026-07-10T10:37:20.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/PixelIndieDev/TTS-Company","commit_stats":null,"previous_names":["pixelindiedev/tts-company"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/PixelIndieDev/TTS-Company","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PixelIndieDev%2FTTS-Company","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PixelIndieDev%2FTTS-Company/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PixelIndieDev%2FTTS-Company/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PixelIndieDev%2FTTS-Company/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PixelIndieDev","download_url":"https://codeload.github.com/PixelIndieDev/TTS-Company/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PixelIndieDev%2FTTS-Company/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35775334,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-22T02:00:06.236Z","response_time":124,"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":["ai","ai-voice","api","concentus","concentus-oggfile","lethal-company","lethal-company-library","lethalcompany","lethalcompany-mod","lethalcompanymod","piper-tts","text-to-speech","text-to-speech-generation","tts"],"created_at":"2026-07-22T20:02:55.201Z","updated_at":"2026-07-22T20:02:55.948Z","avatar_url":"https://github.com/PixelIndieDev.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TTS-Company\nA text-to-speech library mod for Lethal Company that integrates the lightweight, local [Piper TTS](https://github.com/OHF-Voice/piper1-gpl) engine. This library makes it easy for devs to add TTS speech to their mods, with generation happening fully offline on the player's machine.\n\n\u003e **All players in the lobby must have `TTS-Company` installed.** Players missing the mod will not hear any generated text-to-speech audio.\n\n\u003e Marked as `AI-Generated` cause of the AI TTS it produces.\n\n## For devs\n- **[Usage Guides](https://pixelindiedev.github.io/TTS-Company-docs/gettingstarted_docs.html)**\n- **[API Documentation](https://pixelindiedev.github.io/TTS-Company-docs/api_docs.html)**\n- **[Utils Documentation](https://pixelindiedev.github.io/TTS-Company-docs/utils_docs.html)**\n\n## What it does\n- Provides a API for other mods to generate local, low-latency text-to-speech audio.\n- Spawns, manages, and prepares the underlying background Piper process so it's ready to handle audio requests.\n- Uses the Piper TTS engine to generate text-to-speech directly on your machine without relying on external web APIs.\n- Caches generated voice lines to significantly cut down on processing overhead and maximize in-game performance for recurring phrases.\n- Gives developers the ability to pre-generate specific text-to-speech audio lines ahead of time to guarantee instant and seamless playback when needed.\n\n## What it doesn't do\n- **Does nothing on its own:** It solely initializes the background process and exposes the code API. It will not add chat commands, voice lines, or gameplay features unless paired with a mod that uses this library.\n- **Does not send any data to external servers**: all audio synthesis is completely offline.\n\n## License \u0026 Credits\nThis mod is licensed under the **GPL-3.0 License** due to its dependencies and bundled components.\n\n### Third-Party Software \u0026 Libraries\nThis mod makes use of the following third-party software:\n\n#### [Piper TTS](https://github.com/OHF-Voice/piper1-gpl)\n- **License:** GPL-3.0 License\n- **Usage:** Included as modified source code, compiled into a frozen server executable via PyInstaller.\n- **Source Code:** The source code used to build the executable is included as a `.7z` archive inside `/PiperTTS`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixelindiedev%2Ftts-company","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpixelindiedev%2Ftts-company","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixelindiedev%2Ftts-company/lists"}