We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d27e53b commit b657615Copy full SHA for b657615
src/buffer.h
@@ -37,7 +37,7 @@
37
#define FILTER_DECISION_HYSTERESIS 0.1
38
39
// definition of the upper error bound of the jitter buffers
40
-#define ERROR_RATE_BOUND_DOUBLE_FRAME_SIZE 0.001
+#define ERROR_RATE_BOUND_DOUBLE_FRAME_SIZE 0.0005
41
#define ERROR_RATE_BOUND ( ERROR_RATE_BOUND_DOUBLE_FRAME_SIZE / 2 )
42
43
// definition of the upper jitter buffer error bound, if that one is reached we
0 commit comments