Lines Matching defs:sndfile
36 #include <sndfile.h>
50 #include <pulsecore/sndfile-util.h>
100 static SNDFILE *sndfile = NULL;
2123 pa_assert(s && length && sndfile);
2130 if ((sf_readf_float(sndfile, d, l)) != l) {
2810 if (!(sndfile = sf_open(argv[optind+1], SFM_READ, &sfi))) {
2815 if (pa_sndfile_read_sample_spec(sndfile, &sample_spec) < 0) {
2821 if (pa_sndfile_read_channel_map(sndfile, &channel_map) < 0) {
3289 if (sndfile)
3290 sf_close(sndfile);