/******************************* * Multiple Include Protection ******************************/ #ifndef _SNDBUF_SMART_CONFIG_H_ #define _SNDBUF_SMART_CONFIG_H_ /******************************* * Include ******************************/ #include "sndbuf_config.h" #include "sndbuf.h" /******************************* * Defines ******************************/ //-- Defines -- #define MAGNUM_FIR 16384 //When filtering, dividing by this number //keeps sum from overflowing and makes the //amplitude look about right /******************************* * Multiple Include Protection ******************************/ #endif