{"id":13730737,"url":"https://github.com/khanhuitse05/speech-and-text-unity-ios-android","last_synced_at":"2025-05-08T03:31:37.935Z","repository":{"id":39704046,"uuid":"73056206","full_name":"khanhuitse05/speech-and-text-unity-ios-android","owner":"khanhuitse05","description":"Speed to text in Unity iOS use Native Speech Recognition","archived":false,"fork":false,"pushed_at":"2024-02-14T17:14:24.000Z","size":80199,"stargazers_count":301,"open_issues_count":43,"forks_count":127,"subscribers_count":19,"default_branch":"main","last_synced_at":"2024-11-08T13:03:39.506Z","etag":null,"topics":["speech","unity-android","unity-ios"],"latest_commit_sha":null,"homepage":"","language":"C#","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/khanhuitse05.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":"2016-11-07T08:15:03.000Z","updated_at":"2024-11-08T01:05:11.000Z","dependencies_parsed_at":"2024-01-06T15:05:27.279Z","dependency_job_id":"cd848879-5408-4322-9d90-9b49bb353ee7","html_url":"https://github.com/khanhuitse05/speech-and-text-unity-ios-android","commit_stats":null,"previous_names":["khanhuitse05/speech-and-text-unity-ios-android"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khanhuitse05%2Fspeech-and-text-unity-ios-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khanhuitse05%2Fspeech-and-text-unity-ios-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khanhuitse05%2Fspeech-and-text-unity-ios-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khanhuitse05%2Fspeech-and-text-unity-ios-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/khanhuitse05","download_url":"https://codeload.github.com/khanhuitse05/speech-and-text-unity-ios-android/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224695686,"owners_count":17354457,"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":["speech","unity-android","unity-ios"],"created_at":"2024-08-03T02:01:18.777Z","updated_at":"2025-05-08T03:31:37.927Z","avatar_url":"https://github.com/khanhuitse05.png","language":"C#","funding_links":[],"categories":["C#"],"sub_categories":[],"readme":"# Speech And Text in Unity iOS and Unity Android\nSpeech to text and text to speech in Unity iOS and Unity Android\n\nI have provided all Java and Object-C source. You can learn how it works and add optimizations or new features.\n\n## Native Speech and Text\n* SpeechToText Android: https://developer.android.com/reference/android/speech/package-summary.html\n* TextToSpeech Android: https://developer.android.com/reference/android/speech/tts/TextToSpeech.html\n* SpeechToText iOS: https://developer.apple.com/reference/speech\n* TextToSpeech iOS: https://developer.apple.com/reference/avfoundation\n\n## Android\n* To hide the default Android popup, there's a bool to enable and disable it, if you don't want the popup to show up.\n```csharp\nclass SpeechToText\n{\n      public bool isShowPopupAndroid = false;\n      ...\n```\n* Merge file AndroidManifest (If you want skip the default popup)\n\n## Tutorial Config in Xcode\n* Requires Xcode8 or higher. Target iOS 10.0.\n* Add frameworks\n\n      - speech.farmwork\n      - AVFoundation.framework\n      \n* Add permissions\n\n      - Privacy – Microphone Usage Description      \n      - Privacy – Speech Recognition Usage Description\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhanhuitse05%2Fspeech-and-text-unity-ios-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkhanhuitse05%2Fspeech-and-text-unity-ios-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhanhuitse05%2Fspeech-and-text-unity-ios-android/lists"}