Displaying 2 results from an estimated 2 matches for "flac_write".
2004 Sep 10
2
flac_read callback not called in Windows?
...ntation under Linux which works fine, the callbacks are easy to set up
and I've had no problems. I believe the code is OK because of this.
I am now trying to get it to work under Windows 2000 with Msys and gcc 3.2.
Everything compiles and links OK, but when it runs neither my flac_read, or
flac_write callback get called even though I call :
res = FLAC__seekable_stream_decoder_process_single(flacDecoder);
Has anyone else experienced this? What follows is the code I am using, my
program just sits looping in the while block in the flac_update function:
// callback for the stream
// we need t...
2004 Sep 10
0
flac_read callback not called in Windows?
--- Scott Waye <scott@boldtower.com> wrote:
...
> I am now trying to get it to work under Windows 2000 with Msys and
> gcc 3.2.
> Everything compiles and links OK, but when it runs neither my
> flac_read, or
> flac_write callback get called even though I call :
>
> res = FLAC__seekable_stream_decoder_process_single(flacDecoder);
what is the value returned in 'res'? also, what does
FLAC__seekable_stream_decoder_get_resolved_state_string() return
after calling FLAC__seekable_stream_decoder_process_si...