We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 846

Summary: ogg clicks when looping as music on windows
Product: SDL_mixer Reporter: Rene Dudfield <renesd>
Component: miscAssignee: Sam Lantinga <slouken>
Status: RESOLVED WORKSFORME QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: unspecified   
Hardware: x86   
OS: Windows (All)   

Description Rene Dudfield 2009-10-12 14:25:54 UTC
"We're having another subtle issue, this time with SDL_Mixer. We have a 24-second, 44.1 KHz stereo ogg loop which we play as music with Mix_PlayMusic(pChunk, 0) to make it loop indefinitely.

At least on Windows, when the music loops, we start hearing a quick clicking noise on top of the music, which never goes away. Since the first pass sounds perfect and the ogg sounds perfect in, say, mplayer, I guess it's a SDL_Mixer issue."

A work around is to play the music, wait until it finishes, and then play it again.

Can not reproduce on ubuntu with ./build/playmus -i -l bla.ogg
Comment 1 Sam Lantinga 2009-10-15 23:10:57 UTC
Can you reproduce this with the snapshot DLLs here:
http://www.libsdl.org/tmp/SDL-1.2-mingw32.zip

See ya!
Comment 2 Sam Lantinga 2011-12-31 11:03:43 UTC
No response in a couple years, closing this out.