{"id":20994844,"url":"https://github.com/Uralstech/UCloud.TextToSpeech","last_synced_at":"2025-05-14T21:30:55.652Z","repository":{"id":263464763,"uuid":"890488022","full_name":"Uralstech/UCloud.TextToSpeech","owner":"Uralstech","description":"A Unity C# wrapper for the Google Cloud Text-To-Speech API.","archived":false,"fork":false,"pushed_at":"2025-01-03T18:24:24.000Z","size":6504,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-15T12:31:46.564Z","etag":null,"topics":["google-cloud","google-cloud-platform","google-cloud-text-to-speech","google-cloud-text-to-speech-api","integration","openupm","unity","unity-integration","unity-package","unity-packages","unity3d","unity3d-plugin"],"latest_commit_sha":null,"homepage":"https://uralstech.github.io/UCloud.TextToSpeech/","language":"C#","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/Uralstech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"buy_me_a_coffee":"udayshankar"}},"created_at":"2024-11-18T16:48:14.000Z","updated_at":"2025-01-03T18:23:10.000Z","dependencies_parsed_at":"2024-12-27T20:20:43.874Z","dependency_job_id":"4c2aa891-5876-458c-b86b-962f0b4f2bd9","html_url":"https://github.com/Uralstech/UCloud.TextToSpeech","commit_stats":null,"previous_names":["uralstech/ucloudtexttospeech","uralstech/ucloud.texttospeech"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Uralstech%2FUCloud.TextToSpeech","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Uralstech%2FUCloud.TextToSpeech/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Uralstech%2FUCloud.TextToSpeech/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Uralstech%2FUCloud.TextToSpeech/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Uralstech","download_url":"https://codeload.github.com/Uralstech/UCloud.TextToSpeech/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254230795,"owners_count":22036242,"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":["google-cloud","google-cloud-platform","google-cloud-text-to-speech","google-cloud-text-to-speech-api","integration","openupm","unity","unity-integration","unity-package","unity-packages","unity3d","unity3d-plugin"],"created_at":"2024-11-19T07:20:04.736Z","updated_at":"2025-05-14T21:30:55.644Z","avatar_url":"https://github.com/Uralstech.png","language":"C#","funding_links":["https://buymeacoffee.com/udayshankar"],"categories":[],"sub_categories":[],"readme":"# UCloud.TextToSpeech\n\nA Unity C# wrapper for the Google Cloud Text-To-Speech API.\n\n[![openupm](https://img.shields.io/npm/v/com.uralstech.ucloud.texttospeech?label=openupm\u0026registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.uralstech.ucloud.texttospeech/)\n[![openupm](https://img.shields.io/badge/dynamic/json?color=brightgreen\u0026label=downloads\u0026query=%24.downloads\u0026suffix=%2Fmonth\u0026url=https%3A%2F%2Fpackage.openupm.com%2Fdownloads%2Fpoint%2Flast-month%2Fcom.uralstech.ucloud.texttospeech)](https://openupm.com/packages/com.uralstech.ucloud.texttospeech/)\n\n## Installation\n\nRequires Unity 6.0 because of the plugin's usage of [*Awaitable*](https://docs.unity3d.com/6000.0/Documentation/ScriptReference/Awaitable.html). Built and tested in Unity 6.0.\n\n### OpenUPM\n\n1. Open project settings\n2. Select `Package Manager`\n3. Add the OpenUPM package registry:\n    - Name: `OpenUPM`\n    - URL: `https://package.openupm.com`\n    - Scope(s)\n        - `com.uralstech`\n4. Open the Unity Package Manager window (`Window` -\u003e `Package Manager`)\n5. Change the registry from `Unity` to `My Registries`\n6. Add the `UCloud.TextToSpeech` package\n\n### Unity Package Manager\n\n1. Open the Unity Package Manager window (`Window` -\u003e `Package Manager`)\n2. Select the `+` icon and `Add package from git URL...`\n3. Paste the UPM branch URL and press enter:\n    - `https://github.com/Uralstech/UCloud.TextToSpeech.git#upm`\n4. Check the instructions for [`UCloud.Operations`](https://uralstech.github.io/UCloud.Operations) and [`Utils.Singleton`](https://uralstech.github.io/Utils.Singleton) to install the dependencies\n\n### GitHub Clone\n\n1. Clone or download the repository from the desired branch (master, preview/unstable)\n2. Drag the package folder `UCloud.TextToSpeech/UCloud.TextToSpeech/Packages/com.uralstech.ucloud.texttospeech` into your Unity project's `Packages` folder\n3. Check the instructions for [`UCloud.Operations`](https://uralstech.github.io/UCloud.Operations) and [`Utils.Singleton`](https://uralstech.github.io/Utils.Singleton) to install the dependencies\n\n## Preview Versions\n\nDo not use preview versions (i.e. versions that end with \"-preview\") for production use as they are unstable and untested.\n\n## API Support\n\n- [x] `operations` endpoint\\*\n    - [x] `cancel` method\\*\n    - [x] `delete` method\\*\n\n- [x] `projects.locations` endpoint\n    - [ ] `synthesizeLongAudio` method\n    - [x] `projects.locations.operations` endpoint\\*\n        - [x] `get` method\\*\n        - [x] `list` method\\*\n\n- [x] `text` endpoint\n    - [x] `synthesize` method\n\n- [x] `voices` endpoint\n    - [x] `list` method\n\n\\*Through package dependency [UCloud.Operations](https://github.com/Uralstech/UCloud.Operations).\n\n## Documentation\n\nSee \u003chttps://uralstech.github.io/UCloud.TextToSpeech/DocSource/QuickStart.html\u003e or `APIReferenceManual.pdf` and `Documentation.pdf` in the package documentation for the reference manual and tutorial.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FUralstech%2FUCloud.TextToSpeech","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FUralstech%2FUCloud.TextToSpeech","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FUralstech%2FUCloud.TextToSpeech/lists"}