-
472c5b3d
by Anton Baskanov at 2026-04-16T14:26:30+02:00
dsound: Replace multiplications by fir_step and fir_width with bit shifts.
-
c195a0b8
by Anton Baskanov at 2026-04-16T14:26:30+02:00
dsound: Use a 0.32 fixed point to represent the resampling ratio.
-
a81c91b8
by Anton Baskanov at 2026-04-16T14:26:30+02:00
dsound: Make rem_num signed.
Both x87 and SSE don't accept unsigned integers directly, requiring
extra conversion steps.
-
f704a2d1
by Anton Baskanov at 2026-04-16T14:26:34+02:00
dsound: Calculate opos_num and ipos_num incrementally.
-
b9de3e57
by Anton Baskanov at 2026-04-16T14:26:34+02:00
dsound: Calculate rem and rem_inv incrementally.