dosbox-staging:jn/de-uint-mixer-1

Last commit made on 2024-05-15
Get this branch:
git clone -b jn/de-uint-mixer-1 https://git.launchpad.net/dosbox-staging

Branch merges

Branch information

Name:
jn/de-uint-mixer-1
Repository:
lp:dosbox-staging

Recent commits

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

Mixer cleanup

3d46bf6... by John Novak <email address hidden>

Add support for zero-order-hold resampling in `MixerChannel::AddStretched`

Doesn't make much of a difference, it's just for consistency.

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

Remove fixed-point math from `MixerChannel::AddStretched`

478c8fc... by John Novak <email address hidden>

Get rid of fixed-point math in `MixerChannel:Mix`

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

Add `iceil` math util function

6a1a178... by John Novak <email address hidden>

Clean up mixer state change debug logging

62b763d... by John Novak <email address hidden>

Disable debug logging in the mixer

78d0fd1... by John Novak <email address hidden>

Fix PVS-Studio warning

183cb2e... by John Novak <email address hidden>

Fix float to int conversion warning in `gus.cpp`

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

Fix shadowing warning