sc68fordevelopers
2.2.1
|
00001 /* Configured options for sc68. */ 00002 00003 #ifndef _SC68_CONFIG_OPTION68_H_ 00004 #define _SC68_CONFIG_OPTION68_H_ 00005 00006 #ifdef HAVE_CONFIG_H 00007 00008 /* Debug facilities */ 00009 #if 0 00010 # define _DEBUG 1 00011 #endif 00012 00013 /* Define to prevent fd stream compilation */ 00014 #if 0 00015 # define ISTREAM_NO_FD 1 00016 #endif 00017 00018 /* Define to prevent FILE stream compilation */ 00019 #if 0 00020 # define ISTREAM_NO_FILE 1 00021 #endif 00022 00023 /* Define to prevent memory stream compilation */ 00024 #if 0 00025 # define ISTREAM_NO_MEM 1 00026 #endif 00027 00028 #ifndef REPLAY_RATE_MIN 00029 # define REPLAY_RATE_MIN 25 00030 #endif 00031 00032 #ifndef SAMPLING_RATE_MIN 00033 # define SAMPLING_RATE_MIN 6000 00034 #endif 00035 00036 #ifndef SAMPLING_RATE_MAX 00037 # define SAMPLING_RATE_MAX 50000 00038 #endif 00039 00040 #ifndef SAMPLING_RATE_DEF 00041 # define SAMPLING_RATE_DEF 44100 00042 #endif 00043 00044 #endif /* #ifndef HAVE_CONFIG_H */ 00045 00046 /* Fallback */ 00047 #ifndef NO_FALLBACK_CONFIG 00048 00049 #ifndef REPLAY_RATE_MIN 00050 # define REPLAY_RATE_MIN 25 00051 #endif 00052 00053 #ifndef SAMPLING_RATE_MIN 00054 # define SAMPLING_RATE_MIN 6000 00055 #endif 00056 00057 #ifndef SAMPLING_RATE_MAX 00058 # define SAMPLING_RATE_MAX 50000 00059 #endif 00060 00061 #ifndef SAMPLING_RATE_DEF 00062 # define SAMPLING_RATE_DEF 44100 00063 #endif 00064 00065 #endif /* #ifndef NO_FALLBACK_CONFIG */ 00066 00067 #endif /* #ifndef _SC68_CONFIG_OPTION68_H_ */