#include <cstdio>
#include "EST_cutils.h"
#include "EST_rw_status.h"
#include "EST_WaveFile.h"
Go to the source code of this file.
|
void | ConvertToIeeeExtended (double num, unsigned char *bytes) |
|
double | ConvertFromIeeeExtended (unsigned char *bytes) |
|
int | get_word_size (enum EST_sample_type_t sample_type) |
|
enum EST_sample_type_t | str_to_sample_type (const char *type) |
|
const char * | sample_type_to_str (enum EST_sample_type_t type) |
|
short * | convert_raw_data (unsigned char *file_data, int data_length, enum EST_sample_type_t sample_type, int bo) |
|
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) |
|
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) |
|
void ConvertToIeeeExtended |
( |
double |
num, |
|
|
unsigned char * |
bytes |
|
) |
| |
double ConvertFromIeeeExtended |
( |
unsigned char * |
bytes | ) |
|