CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/12/07 10:10:41
Modified files:
usr.bin/aucat : aproc.c aproc.h aucat.c dev.c dev.h safile.c
safile.h sock.c
Log message:
When resampling, don't require the sample frequency to be an integer.
This removes the arithmetic constraint between the sample frequency
and the block size and all the associated code. Now aucat can work
in server mode with any block size.
ok jakemsr
