Alexandre Julliard pushed to branch master at wine / wine Commits: e1bd005c by Matteo Bruni at 2026-02-08T12:15:12+01:00 dsound: Set all channel volumes to 0 when DSBVOLUME_MIN is passed in. Notably from DSOUND_Calc3DBuffer() for distant sounds. The idea is to make secondarybuffer_is_audible() work with > 2 channels. - - - - - 1f8afa94 by Matteo Bruni at 2026-02-08T12:15:14+01:00 dsound: Flush denormals in the mixing thread. I suspect denormals might be the cause of the unexplained slowness mentioned in a few of the later comments on bug 30639. Denormals can be much slower than normal floats, although the penalty is generally significant only on older CPUs. 64-bit processes default to flushing, so this only really matters for 32-bit. - - - - - 1 changed file: - dlls/dsound/mixer.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ea4994302823906d8f9eb413df4ba1... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ea4994302823906d8f9eb413df4ba1... You're receiving this email because of your account on gitlab.winehq.org.