Lines Matching refs:SNDFILE
36 #include <audio_utils/sndfile.h>
67 SNDFILE *sndfile;
127 (void) sf_writef_short(sndfile, (const short *) temp, frameCount);
130 (void) sf_writef_short(sndfile, (const short *) pCntxt->pDataBase, frameCount);
133 (void) sf_writef_int(sndfile, (const int *) pCntxt->pDataBase, frameCount);
136 (void) sf_writef_float(sndfile, (const float *) pCntxt->pDataBase, frameCount);
187 sndfile = sf_open(path, SFM_WRITE, &info);
188 if (sndfile == NULL) {
481 sf_close(sndfile);