summaryrefslogtreecommitdiff
path: root/usr.bin/audio/play
AgeCommit message (Expand)Author
2003-06-23Add NetBSD RCS Ids.agc
2003-03-31audiofiles -> audio filesperry
2002-12-08fix an error messagemrg
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-01print the file name in verbose mode as well. avoid printing (null) for encod...mrg
2002-07-20sweep of errx/warnx, remove unnecessary trailing \ngrant
2002-02-26Update man pages to reflect the use of /dev/sound instead of /dev/audio.augustss
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-15KNF.mrg
2002-01-15flush the audio buffer on signals; from Ben Wong <hackerb9@u.washington.edu> ...mrg
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
2002-01-13fix regression, err() -> errx()ross
2002-01-13Rototill play_fd() to fix some original problems and some added later.ross
2001-12-01Sort sections, sort SEE ALSO, close quotes in two places.wiz
2001-12-01Whitespace cleanup.wiz
2001-06-05Don't give .Os an argument, not even 'NetBSD' (default includes version).wiz
2001-05-02X68k built-in voice synthesizer supports 4bit ADPCM.minoura
2001-03-28Fix white space and formatting nits.simonb
2001-03-08lp64/printfross
2001-03-04Don't play trailing garbage at end of RIFF WAVE (.wav) fileshubertf
2001-02-19convert to use getprogname()cgd
2001-02-05fix nested externchristos
2001-01-19- move the mmap playing code into new play() functionmrg
2000-12-22de-__P()-ifymrg
2000-12-13libaudio:mrg
2000-07-05remove extra period in SEE ALL sectionmsaitoh
2000-02-27honour -q (quiet) flag a bit more.mrg
1999-11-08When we have to print usage instructions, don't indicate success in the exitkleink
1999-11-06* Don't treat failure to open a file as fatal error; print a warning tokleink
1999-10-23fix bug introduced in 1.12:mrg
1999-09-27honour -f, even if we appear to have a sun audio file. un-byte-screw the enco...mrg
1999-09-14add a note about "audioctl encodings", to find available supported encodings.mrg
1999-09-13Name possible encodings for "-e" option and add an example provided bytron
1999-09-13Fix broken "-f" and "-P" options. Patches supplied by Ben Wong intron
1999-07-13If not specified on the command line, attempt to fall back to the environmentkleink
1999-05-17fix defect where specifying channels would also specify the same stringjtk
1999-04-13try using normal read/write is mmap() fails. tell the VM system we are going...mrg
1999-04-02Fix various buglets.augustss
1999-03-30Insert an AUDIO_DRAIN at the end of each file.augustss
1999-03-30document new play -f/-s/-P-/c/-e, s/name/named/ from mason in pr#7292. update...mrg
1999-03-28add -f (force) flag to audioplay, plus -s/-P/-c/-e switches for force setting...mrg