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

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

Issue 2720203003: Single simulation runner (Closed)
Patch Set: Created 3 years, 10 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/audioproc_wrapper.py
diff --git a/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/audioproc_wrapper.py b/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/audioproc_wrapper.py
index 492bca116ad9a0d692c09717b757a774265e389f..a24f370859ab38dc04fde2b21cd4c43571fd7bf9 100644
--- a/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/audioproc_wrapper.py
+++ b/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/audioproc_wrapper.py
@@ -17,7 +17,7 @@ class AudioProcWrapper(object):
OUTPUT_FILENAME = 'output.wav'
- _AUDIOPROC_F_BIN_PATH = os.path.abspath('audioproc_f')
+ _AUDIOPROC_F_BIN_PATH = os.path.abspath('../audioproc_f')
def __init__(self):
self._config = None

Powered by Google App Engine
This is Rietveld 408576698