commit 53f570dbe7ed149ca32a7f46079cdbfd9b745650
Author: OBattler <oubattler@gmail.com>
Date:   Mon Jun 1 02:02:59 2026 +0200

    Fix sample rate selection when using Xaudio2/Faudio, and fix the SB16 and PAS16 filters to use the appropriate host sample rate, also lay the ground work for SB16-controllable MIDI volume (except when System MIDI is selected).

 src/include/86box/filters.h |  2 +-
 src/include/86box/sound.h   |  3 +++
 src/sound/openal.c          |  2 --
 src/sound/snd_pas16.c       |  3 ++-
 src/sound/snd_sb_dsp.c      | 36 ++++++++++++++++++++++++++++++++++--
 src/sound/sound.c           |  3 +++
 src/sound/xaudio2.c         | 29 ++++++++++++++++++++++-------
 7 files changed, 65 insertions(+), 13 deletions(-)
