41 #ifndef __EST_WAVE_UTILS_H__ 42 #define __EST_WAVE_UTILS_H__ 59 int num_samples,
int num_channels,
62 int num_samples,
int num_channels,
enum EST_write_status save_raw_data_nc(FILE *fp, const short *data, int offset, int num_samples, int num_channels, enum EST_sample_type_t sample_type, int bo)
enum EST_sample_type_t str_to_sample_type(const char *type)
void ConvertToIeeeExtended(double num, unsigned char *bytes)
enum EST_write_status save_raw_data(FILE *fp, const short *data, int offset, int num_samples, int num_channels, enum EST_sample_type_t sample_type, int bo)
int get_word_size(enum EST_sample_type_t sample_type)
short * convert_raw_data(unsigned char *file_data, int data_length, enum EST_sample_type_t sample_type, int bo)
double ConvertFromIeeeExtended(unsigned char *bytes)
const char * sample_type_to_str(enum EST_sample_type_t type)