{"id":19075990,"url":"https://github.com/acarter881/google_tts","last_synced_at":"2025-09-03T07:43:09.046Z","repository":{"id":112227582,"uuid":"436481154","full_name":"acarter881/google_tts","owner":"acarter881","description":"Using Google's Cloud Text-to-Speech API","archived":false,"fork":false,"pushed_at":"2021-12-09T19:20:45.000Z","size":13,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-08T04:59:44.742Z","etag":null,"topics":["api","google-cloud","text-to-speech"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/acarter881.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2021-12-09T04:23:53.000Z","updated_at":"2023-08-26T22:02:56.000Z","dependencies_parsed_at":"2023-05-11T16:45:42.755Z","dependency_job_id":null,"html_url":"https://github.com/acarter881/google_tts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/acarter881/google_tts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acarter881%2Fgoogle_tts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acarter881%2Fgoogle_tts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acarter881%2Fgoogle_tts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acarter881%2Fgoogle_tts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/acarter881","download_url":"https://codeload.github.com/acarter881/google_tts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acarter881%2Fgoogle_tts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273410261,"owners_count":25100451,"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","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"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":["api","google-cloud","text-to-speech"],"created_at":"2024-11-09T01:56:42.306Z","updated_at":"2025-09-03T07:43:09.033Z","avatar_url":"https://github.com/acarter881.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# google_tts\n\nUsing Google's [Cloud Text-to-Speech API](https://cloud.google.com/text-to-speech)\n\n## Table of Contents\n- [FAQ](#faq)\n- [Sample Output](#sample-output)\n- [More Information](#more-information)\n\n## FAQ\n1. What is this API?\n\u003e Google Cloud Text-to-Speech enables developers to synthesize natural-sounding speech with 100+ voices, available in multiple languages and variants. It applies DeepMind’s groundbreaking research in WaveNet and Google’s powerful neural networks to deliver the highest fidelity possible. As an easy-to-use API, you can create lifelike interactions with your users, across many applications and devices.\n2. Does the API cost money to use?\n- Please reference [this link](https://cloud.google.com/text-to-speech/pricing)\n3. What voices can I choose from?\n- Please reference [this link](https://cloud.google.com/text-to-speech/docs/voices)\n4. Can I use Speech Synthesis Markup Language (SSML)?\n- Yes, please reference [this link](https://cloud.google.com/text-to-speech/docs/ssml) and see the example code below\n```javascript\n\u003cspeak\u003e\n  Here are \u003csay-as interpret-as=\"characters\"\u003eSSML\u003c/say-as\u003e samples.\n  I can pause \u003cbreak time=\"3s\"/\u003e.\n  I can play a sound\n  \u003caudio src=\"https://www.example.com/MY_MP3_FILE.mp3\"\u003edidn't get your MP3 audio file\u003c/audio\u003e.\n  I can speak in cardinals. Your number is \u003csay-as interpret-as=\"cardinal\"\u003e10\u003c/say-as\u003e.\n  Or I can speak in ordinals. You are \u003csay-as interpret-as=\"ordinal\"\u003e10\u003c/say-as\u003e in line.\n  Or I can even speak in digits. The digits for ten are \u003csay-as interpret-as=\"characters\"\u003e10\u003c/say-as\u003e.\n  I can also substitute phrases, like the \u003csub alias=\"World Wide Web Consortium\"\u003eW3C\u003c/sub\u003e.\n  Finally, I can speak a paragraph with two sentences.\n  \u003cp\u003e\u003cs\u003eThis is sentence one.\u003c/s\u003e\u003cs\u003eThis is sentence two.\u003c/s\u003e\u003c/p\u003e\n\u003c/speak\u003e\n```\n5. Should I use a standard voice or a WaveNet voice?\n- I prefer to use a WaveNet voice. You can read about the differences [here](https://cloud.google.com/text-to-speech/docs/wavenet).\n6. Can I get a custom voice? \n- Yes, there is a [Custom Voice program](https://cloud.google.com/text-to-speech/custom-voice/docs) (beta)\n\n## Sample Output\n- [Audio File (Ogg)](https://drive.google.com/file/d/1n-rVE0bfroPKlDv8hPpJWgl4pGurU_wV/view?usp=sharing)\n\n## More Information\n- [Source Code](https://github.com/googleapis/python-texttospeech)\n- [Setup](https://cloud.google.com/text-to-speech/docs/libraries)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facarter881%2Fgoogle_tts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Facarter881%2Fgoogle_tts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facarter881%2Fgoogle_tts/lists"}