The SDL forums have moved to discourse.libsdl.org.
This is just a read-only archive of the previous forums, to keep old links working.


SDL Forum Index
SDL
Simple Directmedia Layer Forums
bad sound quality with SDL_Mixer
karx11erx
Guest

Hi,

I am currently trying to replace sound playback done via SDL in an old game
(Descent 2 mod D2X-XL) with calls to SDL_Mixer functions. This is working so
far, but sound quality is greatly decreased - reverb and higher frequencies seem
to be missing, everything sounds like played inside a tin can. The chosen audio
format (AUDIO_U8) is the proper one though. Any hints of what I need to
add/tweak here?

karx11erx