diff --git a/o_sndfile/o_sndfile.cpp b/o_sndfile/o_sndfile.cpp index 9c5bc0e270325bcaf86fca6832d7ffa5ae8c4c2c..6dfee71746f4447a3b235b2f20925323905a7ffc 100644 --- a/o_sndfile/o_sndfile.cpp +++ b/o_sndfile/o_sndfile.cpp @@ -24,10 +24,8 @@ int main(int argc, char**argv){ if (strcmp(blc_get_filename_extension(filename), "wav")!=0) EXIT_ON_ERROR("Only '.wav' extention is managed but your extension is '.%s'", blc_get_filename_extension(filename)); input.open(input_name, BLC_CHANNEL_READ); - input.publish(); - + CLEAR(sfinfo); - sfinfo.format=SF_FORMAT_WAV | SF_FORMAT_FLOAT; sfinfo.channels=1; sfinfo.samplerate=44100;