36 #define PACKAGE_NAME "Nsound"
38 #define NSOUND_AUTHORS "Nick Hilton"
39 #define NSOUND_COPYRIGHT "Copyright 2004 - Present, Nick Hilton et al."
41 #define NSOUND_VERSION_A 0
42 #define NSOUND_VERSION_B 9
43 #define NSOUND_VERSION_C 4
45 #define PACKAGE_VERSION "0.9.4"
46 #define PACKAGE_RELEASE "Nsound-0.9.4"
49 #define NSOUND_LITTLE_ENDIAN
52 #define NSOUND_PLATFORM_OS_LINUX
55 #define NSOUND_IN_PYTHON_MODULE 1
58 #define NSOUND_64_BIT 1
61 #define NSOUND_SAMPLE_SIZE sizeof(float64)
67 #define NSOUND_LIBPORTAUDIO 1
70 #define NSOUND_LIBAO 1
73 #define NSOUND_C_PYLAB 1
76 #if defined(NSOUND_C_PYLAB) || defined(NSOUND_IN_PYTHON_MODULE)
79 #pragma clang diagnostic push
80 #pragma clang diagnostic ignored "-Wdeprecated"
81 #pragma clang diagnostic ignored "-Wdeprecated-register"
87 #pragma clang diagnostic pop
93 #undef NSOUND_OPENMP // disabled
100 #define NSOUND_CPP11 1
103 #undef NSOUND_CUDA // disabled
121 #define M_PI 3.141592653589793
184 #define LINE_PREFIX __FILE__ << ":" << __LINE__ << ": "
185 #define ERROR_HEADER __FILE__ << ":" << __LINE__ << ": ***ERROR: "
186 #define WARNING_HEADER __FILE__ << ":" << __LINE__ << ": ***WARNING: "
Exception(const std::string &message)
const char * what() const
signed long long raw_int64
unsigned long long uint64
unsigned long long raw_uint64