Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1220)

Unified Diff: modules/audio_processing/test/py_quality_assessment/quality_assessment/exceptions.py

Issue 3010413002: Total Harmonic Distorsion plus noise (THD+n) score in APM-QA. (Closed)
Patch Set: merge Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: modules/audio_processing/test/py_quality_assessment/quality_assessment/exceptions.py
diff --git a/modules/audio_processing/test/py_quality_assessment/quality_assessment/exceptions.py b/modules/audio_processing/test/py_quality_assessment/quality_assessment/exceptions.py
index 0f7716a8c82b992b0ad5c68ae5bc844c86a30c9f..b13b35bc89f03949bac7444f2d2f203606930572 100644
--- a/modules/audio_processing/test/py_quality_assessment/quality_assessment/exceptions.py
+++ b/modules/audio_processing/test/py_quality_assessment/quality_assessment/exceptions.py
@@ -32,3 +32,9 @@ class InputSignalCreatorException(Exception):
"""Input signal creator exeception.
"""
pass
+
+
+class EvaluationScoreException(Exception):
+ """Evaluation score exeception.
+ """
+ pass

Powered by Google App Engine
This is Rietveld 408576698