dosbox-staging:jn/fix-cms

Last commit made on 2024-04-27
Get this branch:
git clone -b jn/fix-cms https://git.launchpad.net/dosbox-staging

Branch merges

Branch information

Name:
jn/fix-cms
Repository:
lp:dosbox-staging

Recent commits

6145ff6... by John Novak <email address hidden>

Fix not being able to select Game Blaster / CMS emulation

Introduced by a botched backport in 5293a50b0ca14d8

bc5c82c... by FeralChild64 <email address hidden>

Update Polish (pl) translation

8cdeddd... by John Novak <email address hidden>

website: Update front page and download pages for v0.81.1 (WIP)

d30b61f... by John Novak <email address hidden>

website: Update 0.81.1 release notes

dc9de7e... by John Novak <email address hidden>

website: Update 0.81.1 release notes

fbbd00e... by John Novak <email address hidden>

Sync 'rate' and 'blocksize' mixer settings when negotiated with SDL

33f9dda... by John Novak <email address hidden>

Fix FluidSynth & MT-32 crashing when host sample rate is set to 8000 Hz

97a58cd... by John Novak <email address hidden>

Fix crash when filter cutoff frequencies are not below half of the sample rate

The IIR library rightfully throws an exception when you attempt to set a
filter's cutoff frequency at or above the Nyquist rate (half the sample
rate). So with this change we're always clamping the filter cutoff
frequencies just below the Nyquist rate.

The reason why we're clamping and not turning the filter off is because
this is an edge case that usually only happens when using 20,050 or
lower host rates, and it's a lot easier to just clamp than to disable
the filter and handle the state management correctly.

7cf7e51... by John Novak <email address hidden>

Improve audio filter logging

4894552... by Burrito78 <email address hidden>

Update German (de) translation