Hello,<br><br>I&#39;m using flac for an application.<br>The fact is that i&#39;m trying to encode a file that is not necessary a wav file.<br><br>So, at first, i would like to know if it&#39;s possible to encode a file different from the wav file with the flac encoder ?<br>
<br>When i put my data into : ok = FLAC__stream_encoder_process_interleaved(encoder, pcm, need);<br><br>after some rounds in my boucl i get  : <br>encoding: FAILED<br>   state: FLAC__STREAM_ENCODER_VERIFY_MISMATCH_IN_AUDIO_DATA   (&lt;=== what does it really mean ? and what are the reasons to be in this case ? )<br>
<br>I&#39;m not english spoker, so sorry if i&#39;m not very clear.<br><br>Best regards,<br><br>Rafael<br>