Tagged Questions
3
votes
2answers
888 views
How can I make my program load music from files?
I'm working with a XNA game and I want my program to load music files from libary/music so I can play that music in the game.
It would be great if the mediaplayer class could play a playlist of all ...
6
votes
1answer
445 views
How can I embed music in my XNA .exe?
I'm trying to embed music in my XNA game's .exe (with resources) but compiling them as a sound effect stores the music in uncompressed form, which results in a 16 MB .exe.
I can compress my music ...
7
votes
2answers
2k views
Eliminate delay between looping XNA songs?
I'm making a game with XNA and trying to get some background music to loop correctly. Because the file is an MP3 of about 30 seconds in length, I instantiated it as a Song. I want it to loop ...