Tagged Questions
5
votes
4answers
501 views
Speech synthesis book?
When I was a kid, everything had a speech synthesizer in it, more or less. A couple years back I started to wonder where the technology is going after all these years, and after some research found ...
3
votes
5answers
697 views
Recorded Voice or Synthesized Speech?
I'm interested in adding to my game either recorded human or synthesized speech. I'm interested in what game devs have to say regarding the value of recorded human voice over voice synthesis. Thanks ...
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 ...