[Scummvm-devel] Streaming sounds in Scumm games

Johannes Schickel lordhoto at scummvm.org
Wed Aug 5 19:08:31 CEST 2009


Neil Millstone wrote:
> I've been looking into this, and it looks doable, but it quite a big 
> change, and I'm not familiar with all the code involved.  The audio 
> stream would need to keep a copy of the data file's stream, and be able 
> to read and write this without affecting other parts of the code doing 
> disk access to the same file.  I don't see a simple clean way of doing 
> this currently.
>   

Actually it can just take the ownership of the file stream object, like 
we do in the MP3/Vorbis and FLAC code.

// Johannes






More information about the Scummvm-devel mailing list