campfireunion / VRKeys

A drum-style keyboard for VR in Unity
https://assetstore.unity.com/packages/tools/input-management/vrkeys-99222
MIT License
98 stars 14 forks source link

Speech-to-text button #6

Open jbroadway opened 7 years ago

jbroadway commented 7 years ago

Cloud-based options:

jbroadway commented 7 years ago

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

jbroadway commented 7 years ago

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

OptrixAU commented 5 years ago

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?