Playmaker Forum

PlayMaker Feedback => Action Requests => Topic started by: fylian on October 18, 2018, 11:51:39 AM

Title: speech recognition [SOLVED]
Post by: fylian on October 18, 2018, 11:51:39 AM
Hi, is there a way to make a speech recognition with playmaker's action?
I can record my voice with a microphone, but I need to compare the audio clip recorded with another audio clip and trigger an event if are the same.
A speech-to-text action could be good too.
Title: Re: speech recognition
Post by: tcmeric on October 18, 2018, 01:42:44 PM
While anything may be technically possible with playmaker that Unity can do, normally speech to text is handled by a web service. Such as Watson Speech.

There are a bunch of assets on the store that can help: https://www.assetstore.unity3d.com/en/?stay#!/search/page=1/sortby=relevance/query=speech
Title: Re: speech recognition
Post by: fylian on October 19, 2018, 09:50:13 AM
Thanks a lot!