Go to the documentation of this file.
14 #ifndef __AU_Constants__
15 #define __AU_Constants__
17 #define AU_MAX_CHANNELS 4
18 #if defined(LINUX) || defined(WIN32)
19 static const int AU_MAX_RATE = 44100;
21 static const int AU_MAX_RATE = 48000;
23 static const int AU_MIN_RATE = 4000;
25 #define AU_MIN_SCRUB_FREQUENCY 1
26 #define AU_MAX_SCRUB_FREQUENCY 10000