https://github.com/asus4/unity-speech-recognizer
iOS Speech Recognizer for Unity
https://github.com/asus4/unity-speech-recognizer
ios speech-recognition speech-to-text unity
Last synced: 11 months ago
JSON representation
iOS Speech Recognizer for Unity
- Host: GitHub
- URL: https://github.com/asus4/unity-speech-recognizer
- Owner: asus4
- License: mit
- Created: 2019-02-13T16:16:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-13T21:36:39.000Z (over 7 years ago)
- Last Synced: 2025-06-12T20:06:47.060Z (about 1 year ago)
- Topics: ios, speech-recognition, speech-to-text, unity
- Language: C#
- Size: 125 KB
- Stars: 12
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Unity Speech Recognizer
===
iOS Speech Recognizer for Unity.
## Requirement
- Works only on iOS Device. Not on UnityEditor
- iOS Version 10.0 or more.
## Installaiton
### - Unity Package
Download the latest SpeechRecognizer.unitypackage from [Releases](https://github.com/asus4/unity-speech-recognizer/releases)
### - Package Manager
If you are using Unity Package Manager,
Open `Packages/manifest.json` and add following line into `dependencies`.
`"com.github.asus4.unity-speech-recognizer": "https://github.com/asus4/unity-speech-recognizer.git#upm"`