Lines Matching defs:snd_file
368 SNDFILE *snd_file;
646 global. snd_file = 0;
655 global. snd_file = open_snd_file(gfp, inPath);
658 if (global.snd_file == 0) {
672 return (global.snd_file != NULL || global.music_in != NULL) ? 1 : -1;
698 if (global.snd_file) {
699 if (sf_close(global.snd_file) != 0) {
704 global. snd_file = 0;
843 if (global.snd_file) {
845 samples_read = sf_read_int(global.snd_file, insamp, num_channels * samples_to_read);