CVSROOT: /cvs Module name: src Changes by: ratc...@cvs.openbsd.org 2016/06/07 00:11:32
Modified files: usr.bin/aucat : aucat.c dsp.c dsp.h Log message: Add resamp_getcnt() routine to calculate the exact number of samples that would be consumed and produced by the sampler rate converter. Use it to avoid partial samples that are not properly handled. Fixes last samples of certain files causing aucat to abort.