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

As a consequence, two consecutive timestamps in microseconds may
sometimes end up within the same millisecond, causing the warning. This
is particularly true for the Matroska muxer which uses a timebase of
1/1000 (1 ms precision).

Since this is "expected", lower the log level from warning to debug.
2023-11-15 21:06:53 +01:00
..
data Add support for RAW audio (WAV) recording 2023-11-15 21:05:38 +01:00
prebuilt-deps Upgrade FFmpeg build to 6.1-scrcpy-2 2023-11-15 12:02:57 +01:00
src Log PTS fixing at debug level 2023-11-15 21:06:53 +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-15 21:05:38 +01:00