#include <cstdlib>
#include "EST_Wave.h"
#include "EST_WaveFile.h"
#include "waveP.h"
#include "EST_cutils.h"
#include "EST_Option.h"
#include "EST_io_aux.h"
#include <cstdio>
#include <cmath>
Go to the source code of this file.
Typedefs | |
typedef EST_read_status(* | standard_load_fn_fp) (EST_TokenStream &ts, short **data, int *nsamp, int *nchan, int *wsize, int *srate, EST_sample_type_t *stype, int *bo, int offset, int length) |
typedef EST_write_status(* | standard_save_fn_fp) (FILE *fp, const short *data, int offset, int nsamp, int nchan, int srate, EST_sample_type_t stype, int bo) |
typedef EST_write_status(* | standard_save_header_fn_fp) (FILE *fp, int nsamp, int nchan, int srate, EST_sample_type_t stype, int bo) |
Functions | |
void | extract (EST_Wave &sig, EST_Option &al) |
EST_read_status | read_wave (EST_Wave &sig, const EST_String &in_file, EST_Option &al) |
EST_write_status | write_wave (EST_Wave &sig, const EST_String &out_file, EST_Option &al) |
typedef EST_read_status(* standard_load_fn_fp) (EST_TokenStream &ts, short **data, int *nsamp, int *nchan, int *wsize, int *srate, EST_sample_type_t *stype, int *bo, int offset, int length) |
Definition at line 54 of file EST_WaveFile.cc.
typedef EST_write_status(* standard_save_fn_fp) (FILE *fp, const short *data, int offset, int nsamp, int nchan, int srate, EST_sample_type_t stype, int bo) |
Definition at line 62 of file EST_WaveFile.cc.
typedef EST_write_status(* standard_save_header_fn_fp) (FILE *fp, int nsamp, int nchan, int srate, EST_sample_type_t stype, int bo) |
Definition at line 69 of file EST_WaveFile.cc.
void extract | ( | EST_Wave & | sig, |
EST_Option & | al | ||
) |
Definition at line 212 of file EST_wave_aux.cc.
EST_read_status read_wave | ( | EST_Wave & | sig, |
const EST_String & | in_file, | ||
EST_Option & | al | ||
) |
Definition at line 556 of file EST_WaveFile.cc.
EST_write_status write_wave | ( | EST_Wave & | sig, |
const EST_String & | out_file, | ||
EST_Option & | al | ||
) |
Definition at line 671 of file EST_WaveFile.cc.