CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/01/11 06:06:32
Modified files:
usr.bin/aucat : abuf.c aproc.c aproc.h aucat.c dev.c dev.h
safile.c sock.c
Log message:
When resuming from suspend, prime play buffers with silence,
otherwise the client would underrun by more than its own buffer
size, which currently is not allowed (causes the client to
deadlock).
Set the minimum client buffer size to two blocks. Single block
buffers don't work properly yet.
with help from jakemsr
