search for: flac__stream_encoder_process_

Displaying 2 results from an estimated 2 matches for "flac__stream_encoder_process_".

2012 Apr 19
1
FLAC QUESTION
...are what the uncompressed > foreign file format was (unless you use "preserve foreign metadata"). > These operations are supported by the command-line program, but the WAV > and AIFF format code is not part of the FLAC library. > > > > When i put my data into : ok = FLAC__stream_encoder_process_**interleaved(encoder, >> pcm, need); >> >> after some rounds in my boucl i get : >> encoding: FAILED >> state: FLAC__STREAM_ENCODER_VERIFY_**MISMATCH_IN_AUDIO_DATA (<=== >> what does it really mean ? and what are the reasons to be in this case ? ) >&gt...
2012 Apr 12
3
FLAC QUESTION
Hello, I'm using flac for an application. The fact is that i'm trying to encode a file that is not necessary a wav file. 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 ? When i put my data into : ok = FLAC__stream_encoder_process_interleaved(encoder, pcm, need); after some rounds in my boucl i get : encoding: FAILED state: FLAC__STREAM_ENCODER_VERIFY_MISMATCH_IN_AUDIO_DATA (<=== what does it really mean ? and what are the reasons to be in this case ? ) I'm not english spoker, so sorry if i'm not very clear...