Skip to content

Releases: LoafOrc/VoiceRecognitionAPI

Custom Listeners

31 Dec 22:17
516e69e
Compare
Choose a tag to compare

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.

28 Dec 12:41
Compare
Choose a tag to compare

First version of VoiceRecognitionAPI available.