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

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

Issue 2711313004: APM Quality Assessment tool, audioproc_f Python wrapper (Closed)
Patch Set: rebase 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
« no previous file with comments | « webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/data_access.py ('k') | no next file » | 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/simulation.py
diff --git a/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/simulation.py b/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/simulation.py
index 0132c751c36691722284c5709fdaabc14a49bd3d..f6cecd3a40570aee73b5c92aa1c41e7e225e00a3 100644
--- a/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/simulation.py
+++ b/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/simulation.py
@@ -9,6 +9,7 @@
import logging
import os
+from . import audioproc_wrapper
from . import data_access
from . import eval_scores
from . import noise_generation
@@ -19,8 +20,9 @@ class ApmModuleSimulator(object):
_EVAL_SCORE_WORKER_CLASSES = eval_scores.EvaluationScore.REGISTERED_CLASSES
def __init__(self):
+ self._audioproc_wrapper = audioproc_wrapper.AudioProcWrapper()
+
# TODO(alessio): instance when implementation is ready.
- self._audioproc_wrapper = None
self._evaluator = None
self._base_output_path = None
« no previous file with comments | « webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/data_access.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698