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