Opened 8 years ago

Closed 3 years ago

#9576 closed feature request (wontfix)

SCI: Resource manager should stream audio

Reported by: csnover Owned by: sev-
Priority: normal Component: Engine: SCI
Version: Keywords:
Cc: Game:

Description

Audio resources are moved entirely into memory instead of being streamed from disk. This causes excessive memory usage (some games like Phantasmagoria play audio files in excess of 10MB). Audio32 already works on streams, so only the resource manager needs to learn how to create audio streams from disk instead of memory.

Change History (1)

comment:1 by sev-, 3 years ago

Owner: set to sev-
Resolution: wontfix
Status: newclosed

This could potentially lead to big concurrent number of open files which in the past was leading to problem on some ports with slow media like PS2 or DreamCast.

Note: See TracTickets for help on using tickets.