Tagged Questions
0
votes
0answers
31 views
Voice Commands Using Microphone [duplicate]
Possible Duplicate:
Voice input in games beyond voip chat
I recently made a game where you say something into the microphone, and the computer repeats it, but I was wondering how to make ...
9
votes
2answers
739 views
Can you record raw sound data in XNA?
XNA 4 includes the Microsoft.Xna.Framework.Audio.Microphone class which can seemingly read the raw sound data off the microphone via its API as documented:
GetData - Gets the latest recorded data ...