Edinburgh Speech Tools  2.1-release
EST_Wave.h File Reference
#include <cstdio>
#include "EST_Featured.h"
#include "EST_rw_status.h"
#include "EST_types.h"
Include dependency graph for EST_Wave.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  EST_Wave
 A class for storing digital waveforms. The waveform is stored as an array of 16 bit shorts. Multiple channels are supported, but if no channel information is given the 0th channel is accessed. More...
 

Typedefs

typedef EST_TList< EST_WaveEST_WaveList
 

Functions

int operator!= (EST_Wave a, EST_Wave b)
 
int operator== (EST_Wave a, EST_Wave b)
 

Typedef Documentation

Definition at line 329 of file EST_Wave.h.

Function Documentation

int operator!= ( EST_Wave  a,
EST_Wave  b 
)

Definition at line 664 of file EST_Wave.cc.

int operator== ( EST_Wave  a,
EST_Wave  b 
)

Definition at line 666 of file EST_Wave.cc.