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.
This commit is contained in:
jp9000 2014-10-19 06:25:27 -07:00
parent e2f9d62a3b
commit f6d635e586

View file

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