I am on Windows 7 Ultimate 64-bit using VS2010 and version 1.2.11 of the SDL_Mixer files.
I'm able to load, play and pause chunks using my code (right now I'm using a three minute song to test it), the problem is that every second the loaded sound will start to play again from the beginning and seemingly on a different channel, although using SDL_HaltChannel(-1) will only stop the original playing of the sound and not the numerous copies. Pausing the main channel has all of the copies loop the last second they've been playing, resuming it just makes more copies. Has anyone encountered this kind of problem before/know how to fix it?