Searched refs:sf_in (Results 1 – 1 of 1) sorted by relevance
125 SNDFILE *sf_in; in permute() local128 sf_in = sf_open(path_in, SFM_READ, &sfinfo_in); in permute()129 if (NULL == sf_in) { in permute()244 count = sf_readf_short(sf_in, ptr, sfinfo_in.frames); in permute()301 sf_close(sf_in); in permute()