Lines Matching defs:sndfile
36 #include <audio_utils/sndfile.h>
63 SNDFILE *sndfile;
123 (void) sf_writef_short(sndfile, (const short *) temp, frameCount);
126 (void) sf_writef_short(sndfile, (const short *) pCntxt->pDataBase, frameCount);
129 (void) sf_writef_int(sndfile, (const int *) pCntxt->pDataBase, frameCount);
132 (void) sf_writef_float(sndfile, (const float *) pCntxt->pDataBase, frameCount);
183 sndfile = sf_open(path, SFM_WRITE, &info);
184 if (sndfile == NULL) {
397 sf_close(sndfile);