summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/pjsua/scripts-pesq/100_defaults.py2
-rw-r--r--tests/pjsua/scripts-pesq/200_codec_speex_16000.py2
-rw-r--r--tests/pjsua/scripts-pesq/200_codec_speex_8000.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/pjsua/scripts-pesq/100_defaults.py b/tests/pjsua/scripts-pesq/100_defaults.py
index d173062d..188b17bb 100644
--- a/tests/pjsua/scripts-pesq/100_defaults.py
+++ b/tests/pjsua/scripts-pesq/100_defaults.py
@@ -16,4 +16,4 @@ test_param = TestParam(
]
)
-pesq_threshold = 3.9
+pesq_threshold = 3.8
diff --git a/tests/pjsua/scripts-pesq/200_codec_speex_16000.py b/tests/pjsua/scripts-pesq/200_codec_speex_16000.py
index 62f58ab9..f4c5dac7 100644
--- a/tests/pjsua/scripts-pesq/200_codec_speex_16000.py
+++ b/tests/pjsua/scripts-pesq/200_codec_speex_16000.py
@@ -16,4 +16,4 @@ test_param = TestParam(
]
)
-pesq_threshold = 3.9
+pesq_threshold = 3.8
diff --git a/tests/pjsua/scripts-pesq/200_codec_speex_8000.py b/tests/pjsua/scripts-pesq/200_codec_speex_8000.py
index 2a754bdc..5cd1fb5b 100644
--- a/tests/pjsua/scripts-pesq/200_codec_speex_8000.py
+++ b/tests/pjsua/scripts-pesq/200_codec_speex_8000.py
@@ -16,4 +16,4 @@ test_param = TestParam(
]
)
-pesq_threshold = 3.78
+pesq_threshold = 3.65