Hello there >3 I have recetly tried to add to execute sounds in different ways:
PlaySoundA("C:\\sound\\test.mp3", NULL, SND_FILENAME); // SND_FILENAME or SND_LOOP
and
mciSendString("open \"C:\\sound\\test.mp3\" type mpegvideo alias mp3", NULL, 0, NULL);
and any other additional librarias but got nothing. I admit that i doesn't know much and test this stuff for first time
Anyway, how can i make looped music in main menu or make some audio effects on menu interaction?
Sry for my bad english =D