Announcement

Collapse
No announcement yet.

Feature?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Feature?

    Is it possible to have attention be an action without saying the phrase?

    For example, i would like to write the following event:

    If device status changes and becomes...
    Then play wav
    Then if a phrase was recognized
    Then control device

    Or something like that.

    So i would like kinect to listen for a confirmation phrase if another trigger happens or something like that.

    Also, is it possible to incorporate spoken text into an email or other action? Like a web search?

    #2
    you could use sub grammars: http://board.homeseer.com/showthread.php?t=167275 and split your event in 2 to achieve what you want

    First create a sub grammar called "confirmation"

    Then create your 2 events:

    event 1
    If device status changes and becomes...
    Then play wav
    Then Kinect Load Grammar "confirmation"

    event 2
    If Kinect a phrase is recognized with Grammar=confirmation
    Then control device

    Comment

    Working...
    X