diff libaf/af_volume.c @ 29826:4eae69f3f4f4

Add support for 8 channel audio. Where 8 channel support is non-trivial (e.g. ao_dsound), at least ensure we fail gracefully.
author tack
date Tue, 10 Nov 2009 00:45:19 +0000
parents 0f1b5b68af32
children 8fa2f43cb760
line wrap: on
line diff
--- a/libaf/af_volume.c	Tue Nov 10 00:43:14 2009 +0000
+++ b/libaf/af_volume.c	Tue Nov 10 00:45:19 2009 +0000
@@ -20,7 +20,7 @@
 
 /* This audio filter changes the volume of the sound, and can be used
    when the mixer doesn't support the PCM channel. It can handle
-   between 1 and 6 channels. The volume can be adjusted between -60dB
+   between 1 and AF_NCH channels. The volume can be adjusted between -60dB
    to +20dB and is set on a per channels basis. The is accessed through
    AF_CONTROL_VOLUME_LEVEL.