Home Download Musics Developers
API Sources Tools File Format Technicals

config_option68.h

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 1
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 /* Define to prevent curl stream compilation */
00029 #if 0
00030 # define ISTREAM_NO_CURL 1
00031 #endif
00032 
00033 #ifndef REPLAY_RATE_MIN
00034 # define REPLAY_RATE_MIN   25
00035 #endif
00036 
00037 #ifndef SAMPLING_RATE_MIN
00038 # define SAMPLING_RATE_MIN 6000
00039 #endif
00040 
00041 #ifndef SAMPLING_RATE_MAX
00042 # define SAMPLING_RATE_MAX 50000
00043 #endif
00044 
00045 #ifndef SAMPLING_RATE_DEF
00046 # define SAMPLING_RATE_DEF 44100
00047 #endif
00048 
00049 #endif /* #ifndef HAVE_CONFIG_H */
00050 
00051 /* Fallback */
00052 #ifndef NO_FALLBACK_CONFIG
00053 
00054 #ifndef REPLAY_RATE_MIN
00055 # define REPLAY_RATE_MIN   25
00056 #endif
00057 
00058 #ifndef SAMPLING_RATE_MIN
00059 # define SAMPLING_RATE_MIN 6000
00060 #endif
00061 
00062 #ifndef SAMPLING_RATE_MAX
00063 # define SAMPLING_RATE_MAX 50000
00064 #endif
00065 
00066 #ifndef SAMPLING_RATE_DEF
00067 # define SAMPLING_RATE_DEF 44100
00068 #endif
00069 
00070 #endif /* #ifndef NO_FALLBACK_CONFIG */
00071 
00072 #endif /* #ifndef _SC68_CONFIG_OPTION68_H_ */