Is it possible to dynanmically generate sounds with XNA C# code?
I looked into this some time ago when XNA was first released. At that time it was only possible to pl
Yes.
XNA 4.0 added support for dynamic audio that allows you to:
Read more in the blog entry What’s “Dynamic” about this SoundEffectInstance? and in the AppHub article Dynamic Audio.