Lines Matching refs:soundfile

203 …void readFile(Soundfile* soundfile, const std::string& path_name, int part, int& offset, int max_c…  in readFile()
208 readFileAux(soundfile, snd_file, snd_info, part, offset, max_chan); in readFile()
211 …void readFile(Soundfile* soundfile, unsigned char* buffer, size_t length, int part, int& offset, i… in readFile()
217 readFileAux(soundfile, snd_file, snd_info, part, offset, max_chan); in readFile()
221 …void readFileAux(Soundfile* soundfile, SNDFILE* snd_file, const SF_INFO& snd_info, int part, int& … in readFileAux()
227soundfile->fLength[part] = int(double(snd_info.frames) * double(fDriverSR) / double(snd_info.sampl… in readFileAux()
228 soundfile->fSR[part] = fDriverSR; in readFileAux()
230 soundfile->fLength[part] = int(snd_info.frames); in readFileAux()
231 soundfile->fSR[part] = snd_info.samplerate; in readFileAux()
234 soundfile->fLength[part] = int(snd_info.frames); in readFileAux()
235 soundfile->fSR[part] = snd_info.samplerate; in readFileAux()
237 soundfile->fOffset[part] = offset; in readFileAux()
244 if (soundfile->fIsDouble) { in readFileAux()
265 if (soundfile->fIsDouble) { in readFileAux()
284 if (soundfile->fIsDouble) { in readFileAux()
290 if (soundfile->fIsDouble) { in readFileAux()
305 if (soundfile->fIsDouble) { in readFileAux()
310soundfile->copyToOut(src_data.output_frames_gen, channels, snd_info.channels, offset, buffer_out); in readFileAux()
316 soundfile->copyToOut(nbf, channels, snd_info.channels, offset, buffer_in); in readFileAux()
321 soundfile->copyToOut(nbf, channels, snd_info.channels, offset, buffer_in); in readFileAux()