mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-02-15 19:04:27 +01:00
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.