VRKeys icon indicating copy to clipboard operation
VRKeys copied to clipboard

Speech-to-text button

Open jbroadway opened this issue 7 years ago • 3 comments

Cloud-based options:

  • https://cloud.google.com/speech/
  • https://wit.ai/
  • https://www.ibm.com/watson/developercloud/doc/speech-to-text/index.html

jbroadway avatar Jul 04 '17 14:07 jbroadway

Found a wit.ai library for Unity: https://github.com/tanejamohit/witUnity

jbroadway avatar Aug 25 '17 14:08 jbroadway

Also this from Unity Labs: https://www.assetstore.unity3d.com/en/#!/content/69399

jbroadway avatar Aug 25 '17 15:08 jbroadway

You would just have to ensure that any modification like this is completely optional - we run most of our VR applications in locations with no internet access (for security reasons).

Given the existing framework, it wouldn't be all that difficult to create your own special key and hook it up to your choice of speech-recognition service. You'd just need to create a custom class based on Key, wouldn't you?

OptrixAU avatar Aug 14 '19 04:08 OptrixAU