[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

mash/mash-1/audio audio-win32.cc



Update of /usr/mash/src/repository/mash/mash-1/audio
In directory gumby.cs.berkeley.edu:/tmp/cvs-serv24919

Modified Files:
	audio-win32.cc 
Log Message:
Partial fix for the machine "maggie".  Mash was writing into the sound buffers
before the sound device was done with them.  Added a check to make sure
that Mash doesn't write into buffers that aren't done.  Also increased the
number of buffers from 4 to 20 to ensure that a free buffer is available.