summaryrefslogtreecommitdiff
path: root/usr.bin/audio/common
AgeCommit message (Expand)Author
2002-12-27- decode_int(): always use base 10, so that a time of "1:09" works.mrg
2002-12-08remove some #if 0 debug codemrg
2002-10-13inline the contents of auconv.c into auconv.h. this makes audiorecord(1)mrg
2002-09-18makefile delint. use NETBSDSRCDIR as appropriatelukem
2002-02-10- add a AUDIO_FORMAT_DEFAULT. use it. don't change functionity.mrg
2002-01-25add $NetBSD$mrg
2002-01-15- WARNS=3 (from ross@netbsd.org)mrg
2002-01-15for sun output files, if we have unsigned or little endian data, convertmrg
2002-01-15sun linear encodings are *signed*mrg
2002-01-15- add rudimentary "wav" recording support: don't think it copes withmrg
2002-01-01fix 2001/03/04 change: audio_parse_wav_hdr() returns a signed value.mrg
2001-12-12MKfoo=no -> NOfootv
2001-06-07fix bug in audiorecord -t handling.mrg
2001-03-04Don't play trailing garbage at end of RIFF WAVE (.wav) fileshubertf
2000-12-22de-__P()-ifymrg
2000-12-13libaudio:mrg
2000-06-18remove unused crap.mrg
1999-09-27fix off-by-one error in error message array. add a comment.mrg
1999-09-13Use "NULL" instead of "0" for null pointer.tron
1999-03-30remove duplicate include of <stdio.h>mrg
1999-03-29Only 8-bit data is unsigned in WAVE files.mycroft
1999-03-29.wav files are little endian.mrg
1999-03-27make recording precision/encoding setting sane.mrg
1999-03-27add support to play stdin.mrg
1999-03-26add missing copyrights.mrg
1999-03-26add audiorecord and audioplay tools. audioplay does .au and .wav files. aud...mrg