Well I have leapt into the new xAudio2 API, and this is my first foray into sound programming. First impressions are that it's excellent, very simple and makes great sense, well done to those that made it.
I have successfully loded a .wav file in using the included tutorial as a guide. Next I looked for a compressed format, and quickly found xWMA, but I could not find any tutorials, and MSDN reference had a short descriptive paragraph telling me to use the command line to make them, that's fine, but could someone please point me towards something that I can use to play them. I understand from the description that they are basically better compressed WMA's? Now I believe I have successfully managed to fill the XMA_XMA2WAVEFORMATEX struct, and the XAUDIO2_BUFFER_WMA struct, but only one sound sample is played before the program leaves the loop and quits... If anyone could give me a little poke in the right direction it would be greatly appreciated.