Native Speech Recognition for Mobile Platforms
A powerful speech recognition plugin for iOS and Android, allowing you to utilize native features in your games without requiring a Google Cloud account or integration.

* This page contains affiliate links, meaning we may earn a small commission if you purchase something through them, at no extra cost. $44.99
- Category:
- Tools › Ai-ml-integration
- Developer:
- Sergey Okhotnikov
- Price:
- $44.99
- Rating:
- Favorites:
- 41
- Supported Unity Versions:
- 2021.3.8 or higher
- Current Version:
- 1.4
- Download Size:
- 858.81 KB
- Last Update:
- Jan 5, 2023
- Description:
- This package provides a native speech recognition solution for mobile platforms, offering precise and offline speech recognition capabilities for the latest iOS and Android versions. It handles user permissions requests automatically and provides a simple integration process with onResult and onError callbacks. The package supports a wide range of languages, with 63 supported languages on iOS and 126 on Android.
- Technical Details:
- Features:
* Uses native speech recognition classes from iOS (SFSpeechRecognizer) and Android (android.speech.SpeechRecognizer)
* Precise and offline speech recognition for latest iOS and Android versions
* Handles user permissions requests automatically
* Simple integration with onResult and onError callbacks, no special GameObject required
* Supports 63 languages on iOS and 126 languages on Android
Warnings:
* Speech recognition may require an Internet connection depending on OS version and selected language
* iOS and Android versions have different lists of supported languages
* If issues arise with the example project on Android, try setting the 'threadsafe' flag in the SpeechRecognizerExample script to receive callbacks from non-UI threads - Continue »