add an "AUTOQUIT" flag to mix and sub aprocs. If the flag is
authorratchov <ratchov@openbsd.org>
Thu, 14 Aug 2008 09:47:51 +0000 (09:47 +0000)
committerratchov <ratchov@openbsd.org>
Thu, 14 Aug 2008 09:47:51 +0000 (09:47 +0000)
commit02c227f7ea167ec111e121c55c40ceae21ccf67c
tree6a57d27d8b90ad63fac4d7e28c681abb6409e1b4
parentb3d4ab007276b800413e1c0c1cbe531ff081177b
add an "AUTOQUIT" flag to mix and sub aprocs. If the flag is
set, the mix aproc will exit once there are no more input
streams, similarly the sub aproc will exit once there are no
more ouput streams. If the flag is not set, the mix aproc will
generate silence, and the sub aproc will drop samples. By
default this flag is set, so no behaviour change.

ok jakemsr
usr.bin/aucat/aproc.c
usr.bin/aucat/aproc.h