The xact tag has no wiki summary.
1
vote
1answer
268 views
Xact vs AudioContent
I am using XNA to develop a game which requires both sound effects and music. I'm trying to figure out how to implement the sound engine. Microsoft provides the ability to use the Content Pipeline to ...
1
vote
2answers
2k views
Looping music with intro in XNA using SoundEffect
I have two sound files:
Sound A is an 18 second intro designed to be played once
Sound B is a 1 minute looping track
I'd like to play Sound A once, then once Sound A is done, immediately play ...
1
vote
1answer
1k views
How can I immediately play a sound when another sound ends using XNA/XACT?
This question borders between the world of the audio designer and the programmer. While this question might have to be partially answered by that domain of an audio designer, it is sure a problem for ...
0
votes
0answers
7 views
XACT KeyNotFoundException at Compile Time
I'm using XACT for an XNA Game I'm working on, and am getting a KeyNotFoundException at compile time. I do not reference the file at all at this point.
Error 1 Building content threw ...
0
votes
1answer
113 views
Creating XNA AudioEngine on windows game project
I'm reading this book "Learning XNA 4.0", and in chapter 6 it teaches how to play sounds using XACT Audio files. It asks me to create an AudioEngine object, but I can't find that class.AudioEngine
I ...
0
votes
0answers
42 views
XACT Cue SetVariable is creating garbadge, any solution?
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()
...
0
votes
1answer
215 views
Using XACT in C++/Direct X for a simple 2D game
I'm trying to take sound effects I have made and put them into my game. I have a sound like walking that I want to loop while the user is walking and once the user stops walking, I want the sound to ...
0
votes
1answer
59 views
Xna AudioEmitter & AudioLIstener
Can you tell me how exactly does that thing works. I mean how audioListnere knows, that audioEmitter is playing something ? We are making game with few friends, and i am responsible for the audio, and ...
0
votes
1answer
344 views
How do you use compressed audio for SoundEffects on windows phone 7?
I can play wav files just fine using a SoundEffectInstance but I can't find any way to play compressed audio with these libraries on the phone.
The way I've found to do this with XNA is to use the ...
0
votes
2answers
221 views
How can I find the song position of a song being played with XACT?
So I'm making a game in XNA and I need to use XACT for my songs (rather than media player). I need to use XACT because each song will have multiple layers that combine when played at the same time ...