summaryrefslogtreecommitdiff
path: root/usr.bin/audio/record
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-21fix a now-wrong comment.mrg
2003-07-21minor consistency nitmrg
2003-06-23Add NetBSD RCS Ids.agc
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
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 the description for "-p" to match reality, new text provided in PR#18949.mrg
2002-10-13New sentence, new line. Sort options. Bump Dd for .wav-file handling.wiz
2002-10-13if the output file is called *.wav, output a WAV file.mrg
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-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-31Use _PATH_SOUND etc, all fall back to _PATH_SOUND0 (etc.) if that fails.augustss
2002-01-25update .Ddmrg
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-15Sort SEE ALSO.wiz
2002-01-15- add signed linear support to audiorecord's WAV support.mrg
2002-01-15- add rudimentary "wav" recording support: don't think it copes withmrg
2001-12-01Sort sections, sort SEE ALSO, drop trailing '.' in SEE ALSO, use standardwiz
2001-06-07only warn about not writing the sun header once. PR#12809mrg
2001-06-05Don't give .Os an argument, not even 'NetBSD' (default includes version).wiz
2001-05-04Explain '-c' option.wiz
2001-05-02X68k built-in voice synthesizer supports 4bit ADPCM.minoura
2001-03-31cleanup. including proper fix for previousmrg
2001-03-31add missing chapter number from ym(4) crossreferencepooka
2001-02-19convert to use getprogname()cgd
2001-02-05fix nested externchristos
2000-12-22de-__P()-ifymrg
2000-12-13libaudio:mrg
2000-09-06remove extra periodmsaitoh
2000-02-02When no -e flag is used to specify the encoding, default to "ulaw". Thisdmcmahill
1999-11-08When we have to print usage instructions, don't indicate success in the exitkleink
1999-09-27run forever if no -t is specified, from dan mcmahillmrg