Subject: CVS commit: basesrc/usr.bin/audio
To: None <source-changes@netbsd.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 01/15/2002 10:59:21
Module Name:	basesrc
Committed By:	mrg
Date:		Tue Jan 15 08:59:21 UTC 2002

Modified Files:
	basesrc/usr.bin/audio/play: audioplay.1
	basesrc/usr.bin/audio/record: audiorecord.1 record.c

Log Message:
- add signed linear support to audiorecord's WAV support.
- swap big endian samples for WAV.
- update audioplay(1) and audiorecord(1) audio driver xrefs.

XXX fix support for unsigned linear samples -- it seems they need
to be converted to signed for WAV???


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 basesrc/usr.bin/audio/play/audioplay.1
cvs rdiff -r1.16 -r1.17 basesrc/usr.bin/audio/record/audiorecord.1
cvs rdiff -r1.17 -r1.18 basesrc/usr.bin/audio/record/record.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.