| Age | Commit message (Expand) | Author |
| 2023-06-30 | audioplay.1: fix sentence punctuation | gutteridge |
| 2023-04-15 | Revert accidentially committed part. The 'latency' report isn't ready | mlelstv |
| 2023-04-15 | Add support for recording 24bit wav files. | mlelstv |
| 2023-02-13 | audioplay(1): fix typo | uwe |
| 2022-05-15 | fix verbose log for 64 bit float | mrg |
| 2020-04-10 | audioplay.1: generalize a reference to web browsers | gutteridge |
| 2019-11-12 | Remove list of audio drivers, moved to audio(4). | wiz |
| 2019-11-11 | Spell the largest 32bit signed value as INT32_MAX. Explicitly cast to | joerg |
| 2019-11-11 | Fix a typo. Fix some xrefs, comment out references to non-existing man pages. | wiz |
| 2019-11-09 | copyright maint. | mrg |
| 2019-11-09 | add support for playing IEEE float32 and float64 RIFF WAVE | mrg |
| 2019-05-04 | Use err(3)/errx(3) properly to avoid "write failed: Undefined error: 0". | isaki |
| 2018-11-16 | The test for regular file was wrong. | mlelstv |
| 2015-08-05 | rename struct write_info as struct track_info, and the variable name 'wi' | mrg |
| 2014-03-18 | Merge riastradh-drm2 to HEAD. | riastradh |
| 2013-07-20 | Use Mt for email addresses. | wiz |
| 2011-08-28 | ANSIfy. Add static. Add __dead. | joerg |
| 2010-12-29 | Use better reference after sorting in -f description. | wiz |
| 2010-12-29 | Sort usage. | wiz |
| 2010-12-29 | Sort some more. | wiz |
| 2010-12-29 | allow for buffer sizes < 32k | jmcneill |
| 2010-12-29 | add a new "-B buffersize" flag to both audioplay and audiorecord. | mrg |
| 2009-04-14 | Enable WARNS=4 by default for usr.bin, except for: | lukem |
| 2009-04-11 | fix -Wsign-compare and other WARNS=4 issues | lukem |
| 2008-05-29 | remove clause #3 from my license where there are no other | mrg |
| 2007-12-15 | convert __attribute__s to applicable cdefs.h macros | perry |
| 2007-10-05 | Convert to raise_default_signal(3). | lukem |
| 2006-05-23 | Coverity CID 3187: Fix memory leak | christos |
| 2005-07-13 | play.c: allow empty files to exit gracefully rather than with an error | mrg |
| 2005-06-02 | appease gcc -Wuninitialized | lukem |
| 2004-07-09 | There is no -m option -- remove it from the usage. | wiz |
| 2003-06-23 | Add NetBSD RCS Ids. | agc |
| 2003-03-31 | audiofiles -> audio files | perry |
| 2002-12-08 | fix an error message | mrg |
| 2002-11-04 | fix PR#18909, but not quite exactly the same as the patch provided. also, | mrg |
| 2002-11-03 | Move close so that last ioctl is before close call. | wiz |
| 2002-10-13 | New sentence, new line. Use Aq/An. | wiz |
| 2002-10-01 | print the file name in verbose mode as well. avoid printing (null) for encod... | mrg |
| 2002-07-20 | sweep of errx/warnx, remove unnecessary trailing \n | grant |
| 2002-02-26 | Update man pages to reflect the use of /dev/sound instead of /dev/audio. | augustss |
| 2002-02-10 | define: datasize == 0 means use the whole file. fixes part of PR#12809. | mrg |
| 2002-02-08 | Generate <>& symbolically. I'm avoiding .../dist/... directories for now. | ross |
| 2002-02-05 | Test for default device in a portable way. Thanks to Michael Ericsson | augustss |
| 2002-02-02 | Retire -C, do all the ioctls on same audio device we do i/o | jdolecek |
| 2002-01-31 | Actually be verbose if the -V flag is given. | augustss |
| 2002-01-31 | Use _PATH_SOUND etc, all fall back to _PATH_SOUND0 (etc.) if that fails. | augustss |
| 2002-01-15 | KNF. | mrg |
| 2002-01-15 | flush the audio buffer on signals; from Ben Wong <hackerb9@u.washington.edu> ... | mrg |
| 2002-01-15 | Sort SEE ALSO. | wiz |
| 2002-01-15 | - add signed linear support to audiorecord's WAV support. | mrg |