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

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

Issue 2989823002: Input signal creation for non-existing input signal files (Closed)
Patch Set: merge Created 3 years, 5 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: webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/exceptions.py
diff --git a/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/exceptions.py b/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/exceptions.py
index 943f2143b820231d239d3b6ff9bf9a9e2e99edf9..0f7716a8c82b992b0ad5c68ae5bc844c86a30c9f 100644
--- a/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/exceptions.py
+++ b/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/exceptions.py
@@ -26,3 +26,9 @@ class InputMixerException(Exception):
"""Input mixer exeception.
"""
pass
+
+
+class InputSignalCreatorException(Exception):
+ """Input signal creator exeception.
+ """
+ pass

Powered by Google App Engine
This is Rietveld 408576698