summaryrefslogtreecommitdiff
path: root/usr.bin/audio/play
AgeCommit message (Expand)Author
2023-06-30audioplay.1: fix sentence punctuationgutteridge
2023-04-15Revert accidentially committed part. The 'latency' report isn't readymlelstv
2023-04-15Add support for recording 24bit wav files.mlelstv
2023-02-13audioplay(1): fix typouwe
2022-05-15fix verbose log for 64 bit floatmrg
2020-04-10audioplay.1: generalize a reference to web browsersgutteridge
2019-11-12Remove list of audio drivers, moved to audio(4).wiz
2019-11-11Spell the largest 32bit signed value as INT32_MAX. Explicitly cast tojoerg
2019-11-11Fix a typo. Fix some xrefs, comment out references to non-existing man pages.wiz
2019-11-09copyright maint.mrg
2019-11-09add support for playing IEEE float32 and float64 RIFF WAVEmrg
2019-05-04Use err(3)/errx(3) properly to avoid "write failed: Undefined error: 0".isaki
2018-11-16The test for regular file was wrong.mlelstv
2015-08-05rename struct write_info as struct track_info, and the variable name 'wi'mrg
2014-03-18Merge riastradh-drm2 to HEAD.riastradh
2013-07-20Use Mt for email addresses.wiz
2011-08-28ANSIfy. Add static. Add __dead.joerg
2010-12-29Use better reference after sorting in -f description.wiz
2010-12-29Sort usage.wiz
2010-12-29Sort some more.wiz
2010-12-29allow for buffer sizes < 32kjmcneill
2010-12-29add a new "-B buffersize" flag to both audioplay and audiorecord.mrg
2009-04-14Enable WARNS=4 by default for usr.bin, except for:lukem
2009-04-11fix -Wsign-compare and other WARNS=4 issueslukem
2008-05-29remove clause #3 from my license where there are no othermrg
2007-12-15convert __attribute__s to applicable cdefs.h macrosperry
2007-10-05Convert to raise_default_signal(3).lukem
2006-05-23Coverity CID 3187: Fix memory leakchristos
2005-07-13play.c: allow empty files to exit gracefully rather than with an errormrg
2005-06-02appease gcc -Wuninitializedlukem
2004-07-09There is no -m option -- remove it from the usage.wiz
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