nuvention-web / ShareVR

ShareVR
http://sharevr.io/
4 stars 0 forks source link

[Unity] Voice Command UI System #25

Open chenchen2015 opened 7 years ago

chenchen2015 commented 7 years ago

Description Given game developers usually have all the inputs mapped in their game for features like teleport, reload, etc., we shouldn't just override their key mapping for our recording control. Use voice command to interact with our plugin seems like a better choice but we need to test our hypothesis with game developers.

Basically, voice command feature can be broken down into speech-to-text service and text interpretation service. Since we only have easy instructions like start and stop recording, the main difficulty is to have a reliable and fast speech-to-text service. We will need to investigate the possibility of using a streaming speech-to-text API. Estimate or evaluate its performance and impact on the existing game. If not possible, we could use a non-streaming voice API.

Task List

chenchen2015 commented 7 years ago

Watson Speech-To-Text API has been integrated into SDK v0.2 release with the keyword detection system.

chenchen2015 commented 7 years ago

Voice Command + UI ? We only have two voice commands right now. Will need to refine the system so we can have better control, possibly with the assist of an UI system.