/* AUSUZ should be the amount of data your audio device will accept after it1* has said it is ready to receive data. ie when the device is ready for data it2* will accept it without blocking. It must also be a multiple of 1283*/45#ifdef OS_AIX6#define AUSIZ 327687#endif89#ifdef OS_Linux10extern int AUSIZ;11#endif1213#ifdef OS_BSD14#define AUSIZ 3276815#endif1617#if defined(OS_IRIX) || defined(OS_IRIX64)18#define AUSIZ 3276819#endif2021#ifdef OS_HPUX22#define AUSIZ 409623#endif2425#ifdef OS_SunOS26#define AUSIZ 409627#endif282930