Edinburgh Speech Tools  2.1-release
EST_wave_aux.cc File Reference
#include <cstring>
#include "EST_unix.h"
#include <cstdlib>
#include "EST_cutils.h"
#include "EST_string_aux.h"
#include "EST_Wave.h"
#include "EST_wave_utils.h"
#include "EST_wave_aux.h"
#include "EST_io_aux.h"
#include "EST_error.h"
Include dependency graph for EST_wave_aux.cc:

Go to the source code of this file.

Functions

void extract (EST_Wave &sig, EST_Option &al)
 
void differentiate (EST_Wave &sig)
 
void extract_channels (EST_Wave &single, const EST_Wave &multi, EST_IList &ch_list)
 
int wave_extract_channel (EST_Wave &single, const EST_Wave &multi, int channel)
 
void extract_channels (EST_Wave &single, const EST_Wave &multi, int channel)
 
void wave_combine_channels (EST_Wave &s, const EST_Wave &m)
 
void add_waves (EST_Wave &s, const EST_Wave &m)
 
void invert (EST_Wave &sig)
 
void reverse (EST_Wave &sig)
 
void wave_info (EST_Wave &w)
 
EST_String options_subwave (void)
 
EST_String options_wave_input (void)
 
EST_String options_wave_output (void)
 

Variables

EST_TNamedEnum< EST_sample_type_tEST_sample_type_map (st_names)
 

Function Documentation

void extract ( EST_Wave sig,
EST_Option al 
)

Definition at line 212 of file EST_wave_aux.cc.

void differentiate ( EST_Wave sig)

Definition at line 76 of file EST_wave_aux.cc.

void extract_channels ( EST_Wave single,
const EST_Wave multi,
EST_IList ch_list 
)

Definition at line 84 of file EST_wave_aux.cc.

int wave_extract_channel ( EST_Wave single,
const EST_Wave multi,
int  channel 
)

Definition at line 122 of file EST_wave_aux.cc.

void extract_channels ( EST_Wave single,
const EST_Wave multi,
int  channel 
)

Definition at line 152 of file EST_wave_aux.cc.

void wave_combine_channels ( EST_Wave s,
const EST_Wave m 
)

Definition at line 159 of file EST_wave_aux.cc.

void add_waves ( EST_Wave s,
const EST_Wave m 
)

Definition at line 181 of file EST_wave_aux.cc.

void invert ( EST_Wave sig)

Definition at line 193 of file EST_wave_aux.cc.

void reverse ( EST_Wave sig)

Definition at line 198 of file EST_wave_aux.cc.

void wave_info ( EST_Wave w)

Definition at line 236 of file EST_wave_aux.cc.

EST_String options_subwave ( void  )

Definition at line 258 of file EST_wave_aux.cc.

EST_String options_wave_input ( void  )

Definition at line 269 of file EST_wave_aux.cc.

EST_String options_wave_output ( void  )

Definition at line 307 of file EST_wave_aux.cc.

Variable Documentation

EST_TNamedEnum<EST_sample_type_t> EST_sample_type_map(st_names)