For more detail this asset from the Unity Asset Store: Click Here
This is a paid asset, but we’ll share Mobile Speech Recognizer for FREE, Please keep in mind this package is provided only for learning purposes or to be able to test before buying the product, NOT FOR COMMERCIAL PURPOSES.
Mobile Speech Recognizer
This package lets you use speech-to-text OS engine.
On Apple devices it uses engine introduced in iOS10 – you still might target devices with iOS lower than 10 and use simple API to check if engine is supported.
Supports all major languages, such as English, German, Spanish, Dutch etc. – it detects language set in device’s settings and is use it in recognition process.
Extremely simple API:
onFinalResults.AddListener(…)
SpeechRecognizer.StartRecording();
Features:
– Works on both iOS (>=10) and Android (>=3.0),
– Gives you final and partial recognition results,
– Lets you check if current device supports speech recognition with simple API: SpeechRecognizer.EngineExists(),
– Doesn’t require Unity PRO,
– Easy integration