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