{"id":19665200,"url":"https://github.com/alttch/ttsbroker","last_synced_at":"2025-02-27T03:44:06.632Z","repository":{"id":62585464,"uuid":"142930966","full_name":"alttch/ttsbroker","owner":"alttch","description":"Simple TTS (Text-To-Speech) broker for Python","archived":false,"fork":false,"pushed_at":"2020-08-30T23:32:29.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-10T05:34:23.535Z","etag":null,"topics":["aggregator","amazon-polly","api","google-cloud","google-wavenet","text-to-speech","tts","watson"],"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/alttch.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":"2018-07-30T21:39:37.000Z","updated_at":"2020-08-30T23:32:31.000Z","dependencies_parsed_at":"2022-11-03T22:04:12.439Z","dependency_job_id":null,"html_url":"https://github.com/alttch/ttsbroker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alttch%2Fttsbroker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alttch%2Fttsbroker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alttch%2Fttsbroker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alttch%2Fttsbroker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alttch","download_url":"https://codeload.github.com/alttch/ttsbroker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240974584,"owners_count":19887317,"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":["aggregator","amazon-polly","api","google-cloud","google-wavenet","text-to-speech","tts","watson"],"created_at":"2024-11-11T16:21:34.540Z","updated_at":"2025-02-27T03:44:06.611Z","avatar_url":"https://github.com/alttch.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ttsbroker\nSimple TTS (Text-To-Speech) broker for Python\n\nLicense: Apache License 2.0\n\nWarning: Refer to TTS provider license about caching, storing, redistributing\nand playing rights for the audio files generated with TTS engine.\n\nThe module contains providers for:\n\n * gcloud: Google Cloud TTS (requires cloud service account key), requires\n   oauth2client python module\n\n * polly: Amazon Polly (requires AWS API keys), requires boto3 python module\n\n * watson: IBM Watson (requires Watson service credentials)\n \nUsage example:\n \n```python\nfrom ttsbroker import TTSEngine as TTSE\n\ne = TTSE(\n    cache_dir='/data/cache/gcloud',\n    cache_format='ogg',\n    device=0,\n    gain=0,\n    provider='gcloud')\ne.set_key('client_service_key.json')    \ne.say('test number one', gain=2)\ne.say('test number two', provider_options={ 'voice': 'en-US-Wavenet-E' })\n```\n\n(c) 2018 Altertech Group, https://www.altertech.com/\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falttch%2Fttsbroker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falttch%2Fttsbroker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falttch%2Fttsbroker/lists"}