[Scummvm-tracker] [ScummVM :: Bugs] #11587: SCI1.0 games don't respect "Prefer digital sound effects" checkbox
ScummVM :: Bugs
trac at scummvm.org
Fri Aug 28 06:42:02 UTC 2020
#11587: SCI1.0 games don't respect "Prefer digital sound effects" checkbox
--------------------------------+------------------------------------------
Reporter: MusicallyInspired | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: Engine: SCI
Resolution: | Keywords: digital, sound, effect, midi
Game: |
--------------------------------+------------------------------------------
Comment (by sluicebox):
I've taken a quick look and the reported behavior is indeed what's
happening: for these game versions, "Prefer digital sound effects"
(effectively) does nothing. The code where this option suppresses digital
sound effects also includes SCI version checks that either require the
game to be <= SCI_VERSION_0_LATE or >= SCI_VERSION_1_1, which excludes
these games. This can be easily verified by tracing the references to the
"prefer_digitalsfx" config value.
I don't think this issue overlaps with the other SCI audio things I've
seen, so this is a relatively simple situation: we just don't have no code
that handles non-digital audio over digital for these versions. It's a
missing feature.
--
Ticket URL: <https://bugs.scummvm.org/ticket/11587#comment:8>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list