Hi,
How can i detect user speak from microphone?in fact i want to detect when user speak or not.
for example when user speaks print true else print false.
Thanks.
Hi,
How can i detect user speak from microphone?in fact i want to detect when user speak or not.
for example when user speaks print true else print false.
Thanks.
I don’t think that could be possible in unity. The closest that can happen would be being able to see if the microphone is recording or not, and the microphone can pickup a lot more than just who is speaking (an example would be if there is any background noise, or if the microphone is picking something up other than a voice). The next logical step would then be to get a separate plugin to detect actual words, but then it just falls back on the fact that the microphone is either in use or not. I will put the article up anyways if it would help you in the long run (only works for android platforms according to the article) : https://jannesplyson.wordpress.com/androidspeechrecognition/
I wish you the best of luck on this problem.