| Summary: | Sound artifacts on Creative Soundblaster Audigy LS (SE) | ||
|---|---|---|---|
| Product: | SDL_mixer | Reporter: | Michael Schaffer <mtschaffer> |
| Component: | misc | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Windows (XP) | ||
| Attachments: | Thats the sound of Super Mario War I hear. | ||
|
Description
Michael Schaffer
2006-07-06 13:33:39 UTC
Created attachment 145 [details]
Thats the sound of Super Mario War I hear.
Help plz
Comment on attachment 145 [details]
Thats the sound of Super Mario War I hear.
I suppose its actually not a problem of my soundcard itself because it worked fine months ago. According to that assumption it has to be a software problem.
Comment on attachment 145 [details]
Thats the sound of Super Mario War I hear.
I also reinstalled all my audio drivers (at least all I was able to find), still I wasnt able to solve the problem.
Try grabbing SDL 1.2.10 and 1.2.11 and see if either one works better: http://www.libsdl.org/release/SDL-1.2.10-win32.zip http://www.libsdl.org/release/SDL-1.2.11-win32.zip (In reply to comment #4) > Try grabbing SDL 1.2.10 and 1.2.11 and see if either one works better: > http://www.libsdl.org/release/SDL-1.2.10-win32.zip > http://www.libsdl.org/release/SDL-1.2.11-win32.zip > 1.2.11 solves the problem, though it wont help in cases like frozen bubble becaues i cant replace the sdl.dll can i? I found out that by replacing the sdl.dll in the windows/system32 directory I am able to solve the problem. There will be only difficulties when people do integrate the sdl.dll into their games. (In reply to comment #5) > (In reply to comment #4) > > Try grabbing SDL 1.2.10 and 1.2.11 and see if either one works better: > > http://www.libsdl.org/release/SDL-1.2.10-win32.zip > > http://www.libsdl.org/release/SDL-1.2.11-win32.zip > > > 1.2.11 solves the problem, though it wont help in cases like frozen bubble > becaues i cant replace the sdl.dll can i? Yes, you can. SDL 1.2 is binary backwards compatible. Glad to hear it's fixed! Will sdl.dll games in the future require sdl replacement or will their sdl's be fixed so that I and everyone else wont have problems like that? |