Go to the documentation of this file.
14 #ifndef __AU_Constants__
15 #define __AU_Constants__
17 #define AU_MAX_CHANNELS 4
18 static const int AU_MAX_RATE = 48000;
19 static const int AU_MIN_RATE = 4000;
21 #define AU_MIN_SCRUB_FREQUENCY 1
22 #define AU_MAX_SCRUB_FREQUENCY 10000