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

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

Issue 2720203003: Single simulation runner (Closed)
Patch Set: rebase Created 3 years, 9 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
« no previous file with comments | « no previous file | webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/simulation.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 66c0c224d706780afa501cc5dc4957b037d07796..f5454d92064d761821724983a9959269ba15d8ed 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
@@ -22,7 +22,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
« no previous file with comments | « no previous file | webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/simulation.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698