فهرست منبع

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.
jp9000 11 سال پیش
والد
کامیت
f6d635e586
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      libobs/media-io/media-io-defs.h

+ 1 - 1
libobs/media-io/media-io-defs.h

@@ -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