voice recognition
hi how can I add voice recognition library (speech to text ) to my unity app project? I want to enter voice through the mic then the voice converts into text but I don't know from where should I start...
Answer by $$anonymous$$ · Jun 09, 2017 at 06:38 AM
@Heba92 You can create a plugin since Unity does not do this directly. Here is Unity's sample project to create a plugin:
https://docs.unity3d.com/uploads/Examples/SimplestPluginExample-4.0.zip
For the Mac you could then use the NSSpeechRecognizer class that comes with Appkit. There must be an equivalent class for Windows as well.
Answer by locutor77 · Dec 06, 2017 at 08:02 PM
We are voice overs and we can record the script. You can listen our demos from voice over website.
Your answer
Follow this Question
Related Questions
Unity Android Voice Recognition 0 Answers
Multitouch on Android: position incorrect 0 Answers
[HELP] Unity 5.5 Android build crashes at startup 1 Answer
[8 days stuck at it] I upgrade project from 5.4 to 5.5 and 5.6 giving Failed assemblies stripper. 0 Answers
Different Unity games cannot install on same Android device 4 Answers