Skip to content

Releases: LoafOrc/VoiceRecognitionAPI

Custom Listeners

Choose a tag to compare

@LoafOrc LoafOrc released this 31 Dec 22:17
516e69e

Allow devs to write custom listeners by using: Voice.CustomListenForPhrases(string[] phrases, EventHandler<VoiceRecognitionEventArgs> callback), passes through more advanced args to allow more functionality in the future.

v1.0.0: Perform a little bit of surgery.

Choose a tag to compare

@LoafOrc LoafOrc released this 28 Dec 12:41

First version of VoiceRecognitionAPI available.