Source-Changes archive

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

NetBSD master CVS tree commits



jtk
Fri Feb 16 21:29:03 EST 1996
Update of /a/cvsroot/src/sys/sys
In directory pain.lcs.mit.edu:/a/var_tmp/cvs-serv15116/src/sys/sys

Modified Files:
        audioio.h 
Log Message:


Fix PR#2060 (add AUDIO_PERROR ioctl to query # of playback drops), also
fix semantics of AUDIO_WERROR (now returns a count).

Also repair audio driver back to "real-time mode" where user must
provide data quickly enough for real time audio or silence is played
until user catches up.  Add optional "play all" mode (additional bit in
mode field) to play all samples provided, with silence when needed to
avoid buffer underrun.


jtk
Fri Feb 16 21:29:14 EST 1996
Update of /a/cvsroot/src/sys/dev
In directory pain.lcs.mit.edu:/a/var_tmp/cvs-serv15116/sys_dev

Modified Files:
        audiovar.h audio.c 
Log Message:


Fix PR#2060 (add AUDIO_PERROR ioctl to query # of playback drops), also
fix semantics of AUDIO_WERROR (now returns a count).

Also repair audio driver back to "real-time mode" where user must
provide data quickly enough for real time audio or silence is played
until user catches up.  Add optional "play all" mode (additional bit in
mode field) to play all samples provided, with silence when needed to
avoid buffer underrun.




Home | Main Index | Thread Index | Old Index