提交 f6d635e5 编写于 作者: J jp9000

Change default audio smoothing threshold to 50ms

70 milliseconds is a bit too high for the default audio timestamp
smoothing threshold.  The full range of error thus becomes 140
milliseconds, which is a bit more than necessary to worry about.  For
the time being, I feel it may be worth it to try 50 milliseconds.
上级 e2f9d62a
......@@ -21,4 +21,4 @@
/* time threshold in nanoseconds to ensure audio timing is as seamless as
* possible */
#define TS_SMOOTHING_THRESHOLD 70000000ULL
#define TS_SMOOTHING_THRESHOLD 50000000ULL
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册