Lines Matching refs:SNDFILE
18 #include <audio_utils/sndfile.h>
65 static SNDFILE *sf_open_read(const char *path, SF_INFO *info)
75 SNDFILE *handle = (SNDFILE *) malloc(sizeof(SNDFILE));
297 static SNDFILE *sf_open_write(const char *path, SF_INFO *info)
367 SNDFILE *handle = (SNDFILE *) malloc(sizeof(SNDFILE));
377 SNDFILE *sf_open(const char *path, int mode, SF_INFO *info)
398 void sf_close(SNDFILE *handle)
419 sf_count_t sf_readf_short(SNDFILE *handle, short *ptr, sf_count_t desiredFrames)
468 sf_count_t sf_readf_float(SNDFILE *handle, float *ptr, sf_count_t desiredFrames)
519 sf_count_t sf_readf_int(SNDFILE *handle, int *ptr, sf_count_t desiredFrames)
570 sf_count_t sf_writef_short(SNDFILE *handle, const short *ptr, sf_count_t desiredFrames)
607 sf_count_t sf_writef_float(SNDFILE *handle, const float *ptr, sf_count_t desiredFrames)
632 sf_count_t sf_writef_int(SNDFILE *handle, const int *ptr, sf_count_t desiredFrames)