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 - ogg clicks when looping as music on windows
Summary: ogg clicks when looping as music on windows
Status: RESOLVED WORKSFORME
Alias: None
Product: SDL_mixer
Classification: Unclassified
Component: misc (show other bugs)
Version: unspecified
Hardware: x86 Windows (All)
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-12 14:25 UTC by Rene Dudfield
Modified: 2011-12-31 11:03 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.