Skip to main content
1-Visitor
November 27, 2018
Solved

voice commands

  • November 27, 2018
  • 1 reply
  • 4801 views

hi, i am doing a hololens project. and i have bind 3D images (play button, stop button) to the animation sequence. How to i create voice commands to the 3D images. For example, by saying "PLAY" and the animation will start playing. 

Best answer by Alessio

Here's how to add voice commands to a Hololens experience:

 

In your Vuforia Studio project open the  Data panel (the one on the far right), open APPLICATION EVENTS, expand one of them (e.g. doubletap), then you will see the following text boxes:

  • Voice Alias
  • Voice  Response

 

Voice CommandsVoice Commands

You type some text in the Voice Alias and that would be your voice command; upon interpreting your command, the Hololens will say the voice response message.

 

The Hololens will then proceed according to your binding of that event, or to execute the associated Javascript.

 

HTH,

Alessio

1 reply

Alessio15-MoonstoneAnswer
15-Moonstone
November 27, 2018

Here's how to add voice commands to a Hololens experience:

 

In your Vuforia Studio project open the  Data panel (the one on the far right), open APPLICATION EVENTS, expand one of them (e.g. doubletap), then you will see the following text boxes:

  • Voice Alias
  • Voice  Response

 

Voice CommandsVoice Commands

You type some text in the Voice Alias and that would be your voice command; upon interpreting your command, the Hololens will say the voice response message.

 

The Hololens will then proceed according to your binding of that event, or to execute the associated Javascript.

 

HTH,

Alessio

1-Visitor
December 12, 2018

@Alessio 

Hi, I tried to follow the steps as you previously described but when I do the binding there are no options for services

 

So, I'm wondering if there is additional information that I need to feed in...

Regards,

15-Moonstone
December 12, 2018

This is only valid for a AR/3D Eyewear project, not for AR/mobile projects.

Which kind of project have you created? Can you provide screenshots and Studio version?