microsoft / MixedRealityToolkit-Unity

This repository is for the legacy Mixed Reality Toolkit (MRTK) v2. For the latest version of the MRTK please visit https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity
https://aka.ms/mrtkdocs
MIT License
6.01k stars 2.12k forks source link

HoloToolkit 2017.4.1.0 Speech Recognition not working #2793

Closed DineshPunni closed 5 years ago

DineshPunni commented 6 years ago

Does this affect the legacy HoloToolkit (master) or the Mixed Reality Toolkit (mrtk_release)? HoloToolkit

Describe the bug HoloLens doesn't invoke any events when trying to use speech commands.

To Reproduce

  1. Import HoloToolkit 2017.4.1.0 to Unity2018.1.9
  2. Setup scene and project
  3. Add 'SpeechInputHandler' and 'SpeechInputSource' to empty gameobject
  4. Enable Microphone capabilities
  5. Deploy to HoloLens

Expected behavior Spoken words get recognized and a sound is being played.

Actual behavior nothing happens

Screenshots untitled

Unity Editor Version Unity2018.1.9

Mixed Reality Toolkit Release Version HoloToolkit 2017.4.1.0

Additional context

peterdijkstra commented 6 years ago

Happens for me too. Seems to work sometimes when I delete the entire build folder and rebuild that from scratch.

Built my project with 2018.2.4 and voice commands worked again

lordlycastle commented 6 years ago

Sidebar: Where did you get the build window in Unity?

XPav commented 6 years ago

Sidebar: Where did you get the build window in Unity?

It comes with the MRTK, and is under that menu.

payyavula commented 5 years ago

observed same issue. some times it works and but most of the times I get Unity exception "UnityException: Speech recognition is not supported on this machine"

Yoyozilla commented 5 years ago

HTK requires Unity 2017.4

Closing older HTK issue as we are no longer actively working on HTK.

Please upgrade to MRTK V2 for the latest fixes.