#include "config.h"
#include <Debug.H>
#include <Eigen/Dense>
Go to the source code of this file.
|
typedef float | FP_TYPE |
| The floating point type to use if not previously declared. More...
|
|
◆ DEFAULT_CH_CNT
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
The default number of buffers to search.
Definition at line 74 of file WSOLA.H.
◆ TAU
ms The window size
Definition at line 70 of file WSOLA.H.
◆ WSOLA_COLS_ERROR
Occurs when trying to access a col > the input or output Array cols.
Definition at line 43 of file WSOLA.H.
◆ WSOLA_MOD2_ERROR
< 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
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
Occurs when trying to access a row > the input or output Array rows.
Definition at line 42 of file WSOLA.H.
◆ FP_TYPE
The floating point type to use if not previously declared.
Definition at line 67 of file WSOLA.H.