This is intended to solve some problems with the emu10k1 sound driver and the UnrealTournament Game. It should work fine with other sound drivers too. Requirements: You need the UT CVS source tree and a full binary installation patched to version 402B (the demo won't do) The patches and sources can be found at: http://sourceforge.net/project/?group_id=975 The CVS module name is OpenUT Apply the patch with: cd OpenUT gzip -cd ut.patch.gz | patch -p1 You may want to edit the defines on the top of the file 'OpenUt/Audio/Src/AudioCoreLinux.cpp' namely to decrease the values of LATENCY and/or BUFFER_TIME. BUFFER_TIME should always be bigger or equal to LATENCY. The best results seem to be obtained by setting BUFFER_TIME = LATENCY = 8 Please report your results to: rsousa@grad.physics.sunysb.edu