Displaying 2 results from an estimated 2 matches for "boldtower".
2004 Sep 10
2
flac_read callback not called in Windows?
Hi,
Not sure if this should be in the dev or users list, but here goes.
I am using the FLAC seekable stream decoder in my MACH3 laser games emulation
in MAME (www.boldtower.com/mach3). The game has a soundtrack (originally on
a laser disk) which I have flac encoded and play back in the game. I did the
implementation 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 tryi...
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_pro...