Changes between Initial Version and Version 1 of Ticket #11587, comment 8


Ignore:
Timestamp:
08/28/20 06:42:42 (4 years ago)
Author:
sluicebox

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11587, comment 8

    initial v1  
    11I'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.
    22
    3 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.
     3I don't think this issue overlaps with the other SCI audio things I've seen, so this is a relatively simple situation: we don't have any code that handles non-digital audio over digital for these versions. It's a missing feature.