Close the soundfile.
Definition at line 72 of file audio_format_sndfile.c.
00073 { 00074 SNDFILE *hnd = fd->drv_data; 00075 sf_close(hnd); 00076 }