I'm using XACT Audio and recently I've noticed that Cus.SetVariable() is creating lots of garbadge on every call:

mscorlib!System.Text.StringBuilder.ToString()
mscorlib!System.Runtime.InteropServices.Marshal.StringToHGlobalAnsi( string )
Microsoft.Xna.Framework.Xact!Microsoft.Xna.Framework.Audio.UnsafeNativeMethods.Cue.SetVariable( uint,string,int,float )
Microsoft.Xna.Framework.Xact!Microsoft.Xna.Framework.Audio.Cue.SetVariable( string,float )
....

Is there some way around it?

Or possibly combining XACT with SoundEffect API?

Thank

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.