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

Go to the source code of this file.

Classes

class  WSOLADebug
 
class  WSOLA
 

Macros

#define WSOLA_MOD2_ERROR   -10+WSOLA_ERROR_OFFSET
 < Provided by GTKIOStream on sf.net More...
 
#define WSOLA_NFRAMES_JACK_ERROR   -11+WSOLA_ERROR_OFFSET
 Occurs when jack wants to process nframes which is not divisible by N/2. More...
 
#define WSOLA_ROWS_ERROR   -12+WSOLA_ERROR_OFFSET
 Occurs when trying to access a row > the input or output Array rows. More...
 
#define WSOLA_COLS_ERROR   -13+WSOLA_ERROR_OFFSET
 Occurs when trying to access a col > the input or output Array cols. More...
 
#define FS_DEFAULT   48000.
 Hz the sample rate. More...
 
#define TAU   0.02
 ms The window size More...
 
#define DEFAULT_CH_CNT   1
 The default number of channels to use. More...
 
#define M_DEFAULT   3;
 The default number of buffers to search. More...
 

Typedefs

typedef float FP_TYPE
 The floating point type to use if not previously declared. More...
 

Macro Definition Documentation

◆ DEFAULT_CH_CNT

#define DEFAULT_CH_CNT   1

The default number of channels to use.

Definition at line 72 of file WSOLA.H.

◆ FS_DEFAULT

#define FS_DEFAULT   48000.

Hz the sample rate.

Definition at line 69 of file WSOLA.H.

◆ M_DEFAULT

#define M_DEFAULT   3;

The default number of buffers to search.

Definition at line 74 of file WSOLA.H.

◆ TAU

#define TAU   0.02

ms The window size

Definition at line 70 of file WSOLA.H.

◆ WSOLA_COLS_ERROR

#define WSOLA_COLS_ERROR   -13+WSOLA_ERROR_OFFSET

Occurs when trying to access a col > the input or output Array cols.

Definition at line 43 of file WSOLA.H.

◆ WSOLA_MOD2_ERROR

#define WSOLA_MOD2_ERROR   -10+WSOLA_ERROR_OFFSET

< Provided by GTKIOStream on sf.net

Occurs when the BUFF_SIZE is not divisible by 2

Definition at line 40 of file WSOLA.H.

◆ WSOLA_NFRAMES_JACK_ERROR

#define WSOLA_NFRAMES_JACK_ERROR   -11+WSOLA_ERROR_OFFSET

Occurs when jack wants to process nframes which is not divisible by N/2.

Definition at line 41 of file WSOLA.H.

◆ WSOLA_ROWS_ERROR

#define WSOLA_ROWS_ERROR   -12+WSOLA_ERROR_OFFSET

Occurs when trying to access a row > the input or output Array rows.

Definition at line 42 of file WSOLA.H.

Typedef Documentation

◆ FP_TYPE

typedef float FP_TYPE

The floating point type to use if not previously declared.

Definition at line 67 of file WSOLA.H.

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