summaryrefslogtreecommitdiff
path: root/usr.bin/audio
AgeCommit message (Collapse)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
Inspired by Igor Sobrado in PR 19680.
2003-03-31audiofiles -> audio filesperry
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
for correct formatting of the SYNOPSIS any longer.
2003-01-06compatibility, not compatiblity.wiz
2002-12-27- decode_int(): always use base 10, so that a time of "1:09" works.mrg
- decode_time(): 60 seconds in a minute, really. both from tsarna@netbsd.org. - be verbose about the time we are going to record for, if verbose.
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
check if the filesize causes a size_t overflow and if so, use the fallback read/write loop method.
2002-11-03Move close so that last ioctl is before close call.wiz
Fix duplicate word in comment. Based on patch from Christian Biere in PR 18902, with a style nit fixed.
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
Some nits.
2002-10-13inline the contents of auconv.c into auconv.h. this makes audiorecord(1)mrg
slightly smaller (about 200 bytes on x86) and i would guess slightly faster.
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 ↵mrg
encoding.
2002-09-18makefile delint. use NETBSDSRCDIR as appropriatelukem
2002-09-02+ rephrase a bunch of stuffross
+ fix totally bogus -i text
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
- fix the function selection in sunau conversions. - be more verbose when given -V. (hi lennart! :)
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
of PR#12809...
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
for spotting the problem.
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
if the stdout was same as the audio device. It's no longer relevant, and the check was broken anyway (code used st_dev rather than st_rdev when comparing the character devices). A by-product of this is that 'audioctl -a > /dev/null' now works. Okay'ed by Lennart.
2002-01-27Use '-d' rather than '-f' for specification of alternativejdolecek
mixer or audioctl device. The support for '-f' is kept for compatibility for now.
2002-01-25update .Ddmrg
2002-01-25add $NetBSD$mrg
2002-01-15- WARNS=3 (from ross@netbsd.org)mrg
- fix a bug in WAV conversions
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 ↵mrg
conversion.
2002-01-15for sun output files, if we have unsigned or little endian data, convertmrg
it to signed big endian data. pull in a modified copy of the kernels' auconv.[ch] to help with this (and remove some home grown code that did some of the same things.)
2002-01-15sun linear encodings are *signed*mrg