Game Development Community

Voice Commands

by Nicolai Dutka · in Torque Game Engine · 03/26/2008 (3:00 pm) · 1 replies

I'd like to be able to allow players to make short recordings of their voice and bind them to specific actions in the game. They would then be able to speak into a microphone repeating their recording and have it perform the bound action via voice recognition.

How would I go about doing this?

#1
03/28/2008 (11:13 am)
I believe it would require hooking into a specific sound API and then generating the torquescript bindings to the audio on the fly.