00001 00032 #ifndef LL_AUDIOSETTINGS_H 00033 #define LL_AUDIOSETTINGS_H 00034 00035 // comment out to turn off wind 00036 #define kAUDIO_ENABLE_WIND 00037 //#define kAUDIO_ENABLE_WATER 1 // comment out to turn off water 00038 #define kAUDIO_NUM_BUFFERS 30 00039 #define kAUDIO_NUM_SOURCES 30 00040 00041 #endif