gtkIOStream  1.7.0
GTK+ << C++ IOStream operators for GTK+. Now with ORBing, numerical computation, audio client and more ...
AudioMasker.H File Reference
#include <Debug.H>
#include <Eigen/Dense>
#include "AudioMask/AudioMask.H"
#include "AudioMask/depukfb.H"
#include <fft/RealFFT.H>
#include <stdlib.h>
Include dependency graph for AudioMasker.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AudioMaskerDebug
 
class  AudioMasker
 

Macros

#define AUDIOMASKER_MULTICHANNEL_ERROR   AUDIOMASKER_ERROR_OFFSET-1
 Error when the user passes in multichannel audio, currently not handled. More...
 
#define AUDIOMASKER_SAMPLECOUNT_ERROR   AUDIOMASKER_ERROR_OFFSET-2
 Error when the user passes in audio with too few samples, currently not handled. More...
 
#define DEFAULT_FBCOUNT   100
 
#define DEFAULT_SAMPLECOUNT   512
 
#define DEFAULT_SAMPLEFREQ   44100
 

Macro Definition Documentation

◆ AUDIOMASKER_MULTICHANNEL_ERROR

#define AUDIOMASKER_MULTICHANNEL_ERROR   AUDIOMASKER_ERROR_OFFSET-1

Error when the user passes in multichannel audio, currently not handled.

Definition at line 32 of file AudioMasker.H.

◆ AUDIOMASKER_SAMPLECOUNT_ERROR

#define AUDIOMASKER_SAMPLECOUNT_ERROR   AUDIOMASKER_ERROR_OFFSET-2

Error when the user passes in audio with too few samples, currently not handled.

Definition at line 33 of file AudioMasker.H.

◆ DEFAULT_FBCOUNT

#define DEFAULT_FBCOUNT   100

Definition at line 57 of file AudioMasker.H.

◆ DEFAULT_SAMPLECOUNT

#define DEFAULT_SAMPLECOUNT   512

Definition at line 58 of file AudioMasker.H.

◆ DEFAULT_SAMPLEFREQ

#define DEFAULT_SAMPLEFREQ   44100

Definition at line 59 of file AudioMasker.H.

gtkIOStream: /tmp/gtkiostream/include/AudioMask/AudioMasker.H File Reference
GTK+ IOStream  Beta