music:= MIX_LoadMus ('path');
MIX_VolumeMusic (100);
MIXPlayMusic (music, -1);

sndeffect:= MIX_LoadWAV ('path');
MIX_PlayChannel (-1, sndeffect, 0);