[quake3] Re: Sound lag fix

IsSuE issue at gmx.at
Tue Oct 11 09:15:04 EDT 2005


m8 i am gonna love u forever, i decreased buffer size to 4 mb and it
works.

*hugs* *kisses*

:D

Am Dienstag, den 11.10.2005, 08:46 +1000 schrieb Philip Nelson:
> IsSuE wrote:
> > ... but now i got that damn sound lag. killed esd but didnt give me
> > improvements.
> 
> I had this problem with all SDL related apps. I solved it by fixing my
> ~/.asoundrc with some decent dmix settings (I believe buffer_size is the
> important thing here). Here's what my ~/.asoundrc looks like now:
> 
> pcm.dmixer {
>         type dmix
>         ipc_key 1024
>         slave {
>                 pcm "hw:0,0"
>                 period_time 0
>                 period_size 1024
>                 buffer_size 8192
>                 rate 44100
>         }
>         bindings {
>                 0 0
>                 1 1
>         }
> }
> 
> pcm.dsp0 {
>         type plug
>         slave.pcm "dmixer"
> }
> 
> pcm.!default {
>         type plug
>         slave.pcm "dmixer"
> }
> 
> pcm.default {
>         type plug
>         slave.pcm "dmixer"
> }
> 
> ctl.mixer0 {
>         type hw
>         card 0
> }
> 
> Hope that helps,
> Philip
> 




More information about the quake3 mailing list