You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
scrcpy/app
Romain Vimont d74aa24fd5 Improve audio compensation thresholds
Use different threshold 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.
8 months ago
..
data Fix incorrect compgen usage 10 months ago
prebuilt-deps Upgrade sdl (2.28.5) for Windows 10 months ago
src Improve audio compensation thresholds 8 months ago
tests Replace locks by atomics in audio player 8 months ago
meson.build Replace locks by atomics in audio player 8 months ago
scrcpy-windows.manifest Set DPI awareness for Windows 3 years ago
scrcpy-windows.rc Bump version to 2.3.1 10 months ago
scrcpy.1 Simulate tilt multitouch event by pressing Shift 10 months ago