CVSROOT: /cvs Module name: src Changes by: ratc...@cvs.openbsd.org 2016/05/27 10:18:59
Modified files: usr.bin/aucat : aucat.c dsp.c Log message: When resampling, use the exact resampling factor instead of the ratio between input and output block sizes. This was inherited from sndiod, but is not required for files because they are continuous streams of samples and do not need to be split in blocks of equal duration. This change makes playback/recording rate match exactly the requested sample rate.