CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/01/17 12:17:23
Modified files:
usr.bin/aucat : aproc.c
Log message:
While resampling, if input samples are available but output
is blocked don't start processing input. Similarly don't
produce output if input is blocked. This is to ensure that
to each output block corresponds exactly one input block.
This is necessary for full-duplex clients using block-based
i/o and very small buffers.
