scrcpy/app
Romain Vimont e9dd0f68ad Fix audio regulator compensation
A call to swr_set_compensation() configures the resampler to drop or
duplicate "diff" samples over an interval of "distance" samples.

If the function is not called again, then after "distance" samples, no
more compensation will be applied. So it must always be called, even if
the new computed diff value happens to be the same as the previous one.

In practice, it is unlikely that the diff value is exactly the same
every second, except when it is actively clamped (to 2% of the sample
rate).
2024-11-04 23:09:54 +01:00
..
data Rename --display-buffer to --video-buffer 2024-10-31 19:57:52 +01:00
deps Upgrade FFmpeg (7.0.2) for Windows 2024-09-15 18:58:53 +02:00
src Fix audio regulator compensation 2024-11-04 23:09:54 +01:00
tests Add shortcut to reset video capture/encoding 2024-11-03 19:31:02 +01:00
meson.build Extract mouse capture 2024-10-06 18:00:56 +02:00
scrcpy-windows.manifest Set DPI awareness for Windows 2021-12-20 19:13:02 +01:00
scrcpy-windows.rc Bump version to 2.7 2024-09-15 18:59:27 +02:00
scrcpy.1 Add shortcut to reset video capture/encoding 2024-11-03 19:31:02 +01:00