Tagged Questions
9
votes
2answers
743 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 ...