RE: [GD-Windows] MP3 Playback under Windows
Brought to you by:
vexxed72
From: Daniel V. <vo...@ep...> - 2001-09-24 22:13:42
|
> You're using their file handling stuff? Doesn't that kind of mess up > the ability to play data out of archived pak files? I think you are able to tell ov_open where you want to start in the file (after all you have to pass in an already opened file pointer) and it should know how big the stream is so in theory it should work though I haven't tested it myself. Jack, heeeeeeeeeeeeeeelp :) > I was planning on loading a full song into memory then decompress > sections on the fly while playing into a streaming sound buffer. I'm not sure whether you are able to use vorbisfile in this case. At the moment I'm streaming from disk in a seperate thread so using vorbisfile was a no- brainer. - Daniel Vogel, Programmer, Epic Games Inc. |