comparison libaf/af.h @ 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 e75026202313
comparison
equal deleted inserted replaced
29825:9cf56cc1bbb2 29826:4eae69f3f4f4
37 37
38 struct af_instance_s; 38 struct af_instance_s;
39 39
40 // Number of channels 40 // Number of channels
41 #ifndef AF_NCH 41 #ifndef AF_NCH
42 #define AF_NCH 6 42 #define AF_NCH 8
43 #endif 43 #endif
44 44
45 // Audio data chunk 45 // Audio data chunk
46 typedef struct af_data_s 46 typedef struct af_data_s
47 { 47 {