scrcpy/app
Romain Vimont 44abed5c68 Improve audio compensation thresholds
Use different thresholds for enabling and disabling compensation.

Concretely, enable compensation if the difference between the average
and the target buffering levels exceeds 4 ms (instead of 1 ms). This
avoids unnecessary compensation due to small noise in buffering level
estimation.

But keep a smaller threshold (1 ms) for disabling compensation, so that
the buffering level is restored closer to the target value. This avoids
to keep the actual level close to the compensation threshold.

PR #4572 <https://github.com/Genymobile/scrcpy/pull/4572>
2024-02-17 16:02:10 +01:00
..
data Fix incorrect compgen usage 2023-12-14 17:08:19 +01:00
prebuilt-deps Upgrade sdl (2.28.5) for Windows 2023-11-25 21:06:45 +01:00
src Improve audio compensation thresholds 2024-02-17 16:02:10 +01:00
tests Replace locks by atomics in audio player 2024-02-17 16:01:33 +01:00
meson.build Replace locks by atomics in audio player 2024-02-17 16:01:33 +01:00
scrcpy-windows.manifest Set DPI awareness for Windows 2021-12-20 19:13:02 +01:00
scrcpy-windows.rc Bump version to 2.3.1 2023-12-02 12:30:19 +01:00
scrcpy.1 Simulate tilt multitouch event by pressing Shift 2023-12-15 22:12:07 +01:00