Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: FLAC__stream_encoder_process_interleaved (Read 4040 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

FLAC__stream_encoder_process_interleaved

Hi, i am using the libFlac.dll at Delphi, and i got compile and execute all the main program similar way like main.c do it. My problem is than the resulting file has no size, so filesize=0, but i can not to know what is the problem.

I think that FLAC__stream_encoder_process_interleaved it is not coding into the file i have defined to write.

The other theory is that FLAC__stream_encoder_init_file has not reserved correctly the memory to the flac file.

Anyone can help to me ?? 

Shouts¡¡

FLAC__stream_encoder_process_interleaved

Reply #1
this question is better directly to the flac-dev mailing list.  also, there's not enough information to debug with.  first check the return value of FLAC__stream_encoder_init_file()

FLAC__stream_encoder_process_interleaved

Reply #2
this question is better directly to the flac-dev mailing list.  also, there's not enough information to debug with.  first check the return value of FLAC__stream_encoder_init_file()


In fact, i've posted this same question directly to the flac-dev mailing list with no results. It is obvious that this kind of troubles by programming the flac code are not remarkables for most flac developpers that they are so busy looking for new advances in encoding.

Finally i could resolve my problem with that function with no support.

 

FLAC__stream_encoder_process_interleaved

Reply #3
I don't remember seeing it.  you have to subscribe to post because we get a lot of spam, if non-subscribers post, it gets filtered.

what was the problem?