gtkIOStream
1.7.0
GTK+ << C++ IOStream operators for GTK+. Now with ORBing, numerical computation, audio client and more ...
|
#include <Debug.H>
#include <Eigen/Dense>
#include "AudioMask/AudioMask.H"
#include "AudioMask/depukfb.H"
#include <fft/RealFFT.H>
#include <stdlib.h>
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 |
#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.
#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.
#define DEFAULT_FBCOUNT 100 |
Definition at line 57 of file AudioMasker.H.
#define DEFAULT_SAMPLECOUNT 512 |
Definition at line 58 of file AudioMasker.H.
#define DEFAULT_SAMPLEFREQ 44100 |
Definition at line 59 of file AudioMasker.H.
GTK+ IOStream
Beta
|