summaryrefslogtreecommitdiff
path: root/usr.bin/audio
AgeCommit message (Expand)Author
2003-10-21Don't set an int to NULL.fvdl
2003-08-07Sort usage, and move a word.wiz
2003-08-07Add arguments to options in long description.wiz
2003-07-26netbsd.org->NetBSD.orgsalo
2003-07-21fix a now-wrong comment.mrg
2003-07-21minor consistency nitmrg
2003-06-23Add NetBSD RCS Ids.agc
2003-04-06Respect the law: Use A-law and mu-law as spellings as far as easily possible.wiz
2003-03-31audiofiles -> audio filesperry
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2003-01-06compatibility, not compatiblity.wiz
2002-12-27- decode_int(): always use base 10, so that a time of "1:09" works.mrg
2002-12-18Be consistent about putting commas between items in an enumeration.wiz
2002-12-08fix an error messagemrg
2002-12-08remove some #if 0 debug codemrg
2002-12-08fix the description for "-p" to match reality, new text provided in PR#18949.mrg
2002-11-04fix PR#18909, but not quite exactly the same as the patch provided. also,mrg
2002-11-03Move close so that last ioctl is before close call.wiz
2002-10-13New sentence, new line. Use Aq/An.wiz
2002-10-13New sentence, new line. Sort options. Bump Dd for .wav-file handling.wiz
2002-10-13inline the contents of auconv.c into auconv.h. this makes audiorecord(1)mrg
2002-10-13if the output file is called *.wav, output a WAV file.mrg
2002-10-01print the file name in verbose mode as well. avoid printing (null) for encod...mrg
2002-09-18makefile delint. use NETBSDSRCDIR as appropriatelukem
2002-09-02+ rephrase a bunch of stuffross
2002-07-20sweep of errx/warnx, remove unnecessary trailing \ngrant
2002-07-20fix an error message.mrg
2002-03-21_PATH_SOUND0 should be opened O_RDONLY (obvious pasto).uwe
2002-02-26Update man pages to reflect the use of /dev/sound instead of /dev/audio.augustss
2002-02-10Be more verbose in description of -e.wiz
2002-02-10- add a AUDIO_FORMAT_DEFAULT. use it. don't change functionity.mrg
2002-02-10apply the same fix as the previous to WAV output creation.mrg
2002-02-10convert the host (non _LE or _BE) encodings we can, as well. fixes partmrg
2002-02-10define: datasize == 0 means use the whole file. fixes part of PR#12809.mrg
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-02-05Test for default device in a portable way. Thanks to Michael Ericssonaugustss
2002-02-02Retire -C, do all the ioctls on same audio device we do i/ojdolecek
2002-01-31Actually be verbose if the -V flag is given.augustss
2002-01-31Use _PATH_SOUND etc, all fall back to _PATH_SOUND0 (etc.) if that fails.augustss
2002-01-27Delete the old code which made audioctl use stderr for outputjdolecek
2002-01-27Use '-d' rather than '-f' for specification of alternativejdolecek
2002-01-25update .Ddmrg
2002-01-25add $NetBSD$mrg
2002-01-15- WARNS=3 (from ross@netbsd.org)mrg
2002-01-15Fix typos.wiz
2002-01-15note about WAV sample conversions.mrg
2002-01-15WAV seems to be signed only; convert unsigned samples.mrg
2002-01-15add a note about RIFF/WAVE support and one about signed/unsigned big/little c...mrg
2002-01-15for sun output files, if we have unsigned or little endian data, convertmrg
2002-01-15sun linear encodings are *signed*mrg