summaryrefslogtreecommitdiff
path: root/usr.bin/aucat
AgeCommit message (Expand)Author
2024-07-08aucat: check for failled allocationAlexandre Ratchov
2024-05-21aucat.1: Fix needless line breaks in the -h and MIDI sections.Alexandre Ratchov
2024-05-12defaul -> default; ok jmc@ ratchov@Jonathan Gray
2024-05-03aucat.1: Drop the number component of sndio descriptorsAlexandre Ratchov
2024-04-22aucat: Use a 24-bit table for index to volume conversionAlexandre Ratchov
2024-04-22aucat: Fix comments, from similar comments fixes in sndiodAlexandre Ratchov
2024-03-22aucat: Allow any device sample encoding.Alexandre Ratchov
2024-03-22aucat: Add a bytes-per-sample argument to allcobuf()Alexandre Ratchov
2024-03-20aucat: Add generic channel mapping in place of -j and -c options.Alexandre Ratchov
2024-02-01aucat: Fix MIDI control of the levels of individual filesAlexandre Ratchov
2023-03-27typo: filed -> failed; ok ratchov@Omar Polo
2023-03-27reading aid: explicitly check for memcmp() != 0; no functional changeOmar Polo
2023-01-13Use extended header format for .wav files.Alexandre Ratchov
2023-01-10Fix device name in the MIDI control sectionAlexandre Ratchov
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
2022-10-14remove the unsightly plural from Nd:Jason McIntyre
2022-03-07Switch internal sample representation to 24-bit fixed-pointAlexandre Ratchov
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, theTheo de Raadt
2021-07-05Fix off-by-one array access when 64 channel stream is resampledAlexandre Ratchov
2021-05-25Drop assembly for 24-bit fixed-point operationsAlexandre Ratchov
2021-01-12const-ify lookup tables; ok ratchov@Christian Weisgerber
2021-01-11Use sndiod's 8-th order FIR low-pass filter for resamplingAlexandre Ratchov
2020-12-10Check sample signedness when setting up format conversions.Alexandre Ratchov
2020-04-22sort SEE ALSO;Jason McIntyre
2020-04-21move mixerctl and audioctl man pages to section 8, as these workTheo de Raadt
2020-02-09Rename WAV_H "include guard" macro of afile.h to AFILE_H.Alexandre Ratchov
2019-07-2816 channels is not enough to handle all common uaudio(4) devices, soAlexandre Ratchov
2019-07-05Fix spacing and comments, no code change.Alexandre Ratchov
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-05-19Fix integer overflow in block size calculation.Alexandre Ratchov
2019-02-21Use reallocarray in place of malloc(a * b) to handle possibleAlexandre Ratchov
2018-11-07Fix clipping during float to integer conversions.Alexandre Ratchov
2018-09-18clear p->ctx array with memset(); ok ratchov@miko
2018-05-13Add missing pledge(). From Jesper Wallin <jesper at ifconfig.se>.Alexandre Ratchov
2017-11-23Remove useless variable assignments in .au header parsing code. FromAlexandre Ratchov
2017-11-07prefill with silence the buffer where cmap_copy() stores samplesAlexandre Ratchov
2017-11-03Prefill rec buffer with silence. This is necessary because certainAlexandre Ratchov
2017-07-20Fix integer overflow that would causes >12 hours filesAlexandre Ratchov
2017-04-24Fix typos. From Michael W. Bombardieri <mb at ii.net>. Thanks!Alexandre Ratchov
2017-03-24Use the right header sizes for reading .aiff and .au files, ok ratchovNicholas Marriott
2017-01-03Assert we're not freeing buffers we didn't allocate (DEBUG mode).Alexandre Ratchov
2017-01-03Log play volume together with other play parameters.Alexandre Ratchov
2017-01-03Sync utils.c and utils.h to sndiod.Alexandre Ratchov
2016-09-30Set the device rate to the calculated rate. Otherwise, the signalAlexandre Ratchov
2016-09-30Remove unnecessary includes. From Michael W. Bombardieri <mb at ii.net>.Alexandre Ratchov
2016-09-27Don't rely on the resampling code to calculate the number of samplesAlexandre Ratchov
2016-09-23Fix many typos, from Michael W. Bombardieri <mb at ii.net>, thanksAlexandre Ratchov
2016-06-10Simplify the sample rate converter, no behaviour change.Alexandre Ratchov
2016-06-08removed unused fields of resamp structureAlexandre Ratchov
2016-06-07Add -g and -p options to control device and file start position.Alexandre Ratchov