scrcpy/app
Romain Vimont 5c2f134292 Log PTS fixing in debug mode
Audio PTS are retrieved by AudioRecord.getTimestamp(), so they do not
necessarily match exactly the number of samples (this allows to take
drift and lag into account).

In particular, the Matroska muxer uses a timebase of 1/1000 (1 ms
precision), so two consecutive timestamps in microseconds may sometimes
end up within the same millisecond, causing the warning.

Since it is "expected", lower the log level from warning to debug.
2023-11-14 18:59:23 +01:00
..
data Add support for RAW audio (WAV) recording 2023-11-14 18:59:23 +01:00
prebuilt-deps Upgrade FFmpeg build to 6.1-scrcpy-2 2023-11-14 09:42:25 +01:00
src Log PTS fixing in debug mode 2023-11-14 18:59:23 +01:00
tests Replace sprintf() with safer snprintf() 2023-10-25 16:13:34 +02:00
meson.build Add --time-limit 2023-06-10 16:04:51 +02:00
scrcpy-windows.manifest Set DPI awareness for Windows 2021-12-20 19:13:02 +01:00
scrcpy-windows.rc Bump version to v2.2 2023-11-01 18:36:33 +01:00
scrcpy.1 Add support for RAW audio (WAV) recording 2023-11-14 18:59:23 +01:00