Speech Recognition Plugin - Sphinx-UE4

Hey ,
Hmm, multiple transliterations? I thought you wanted a particular voice phrase to trigger an in-game action?
The transliteration comment was for Andrew, regarding a request for Arabic speech :slight_smile:

Call Init with phrases you wish to recognise.

1.PNG

Then have a switch on the returned phrase, to trigger different logic based on the recognised phrase.

You would probably also want other checks, so that only certain phrases perform certain actions at certain times, but that is really up to you.
Cheers