Hello,<br><br>I'm using flac for an application.<br>The fact is that i'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'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 (<=== what does it really mean ? and what are the reasons to be in this case ? )<br>
<br>I'm not english spoker, so sorry if i'm not very clear.<br><br>Best regards,<br><br>Rafael<br>