#include <Python.h>
#include <exception>
#include <iostream>
#include <sstream>
#include <string>
#include <vector>
#include <set>
#include <math.h>
#include <Nsound/Macros.h>
Go to the source code of this file.
#define PACKAGE_NAME "Nsound" |
#define NSOUND_AUTHORS "Nick Hilton" |
#define NSOUND_COPYRIGHT "Copyright 2004 - Present, Nick Hilton et al." |
#define NSOUND_VERSION_A 0 |
#define NSOUND_VERSION_B 9 |
#define NSOUND_VERSION_C 4 |
#define PACKAGE_VERSION "0.9.4" |
#define PACKAGE_RELEASE "Nsound-0.9.4" |
#define NSOUND_LITTLE_ENDIAN |
#define NSOUND_PLATFORM_OS_LINUX |
#define NSOUND_IN_PYTHON_MODULE 1 |
#define NSOUND_SAMPLE_SIZE sizeof(float64) |
#define NSOUND_LIBPORTAUDIO 1 |
#define M_PI 3.141592653589793 |
Definition at line 121 of file Nsound.h.
Referenced by cosinewindow(), Nsound::Generator::drawSine2(), Nsound::FFTransform::fft(), FFTransform_UnitTest(), Nsound::FilterLowPassFIR::FilterLowPassFIR(), Nsound::FFTChunk::getPhase(), Nsound::FilterStageIIR::makeIIRKernelHelper(), Nsound::FilterBandPassVocoder::makeKernel(), Nsound::FilterLeastSquaresFIR::makeKernel(), Nsound::FilterParametricEqualizer::makeKernel(), Nsound::Sawtooth::Sawtooth(), Nsound::Square::Square(), Nsound::Generator::tanh(), and Nsound::FFTChunk::toPolar().
#define LINE_PREFIX __FILE__ << ":" << __LINE__ << ": " |
#define ERROR_HEADER __FILE__ << ":" << __LINE__ << ": ***ERROR: " |
#define WARNING_HEADER __FILE__ << ":" << __LINE__ << ": ***WARNING: " |