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

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

Issue 2813883002: APM QA refactoring: render stream support, echo path simulation, new export engine (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 0e9116cb6b238710451e79e0044d0f9ec7ab3d5f..943f2143b820231d239d3b6ff9bf9a9e2e99edf9 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
@@ -20,3 +20,9 @@ class SignalProcessingException(Exception):
"""Signal processing exeception.
"""
pass
+
+
+class InputMixerException(Exception):
+ """Input mixer exeception.
+ """
+ pass

Powered by Google App Engine
This is Rietveld 408576698