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

Unified Diff: webrtc/modules/audio_processing/test/py_quality_assessment/apm_quality_assessment-export.py

Issue 2721023002: Javascript audio player for the exported HTML file. (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/apm_quality_assessment-export.py
diff --git a/webrtc/modules/audio_processing/test/py_quality_assessment/apm_quality_assessment-export.py b/webrtc/modules/audio_processing/test/py_quality_assessment/apm_quality_assessment-export.py
index 16a9c2b525462d302913998a24b13cb297db6122..4300602e6204f1ae0fd23fbfef55bb20105a0647 100755
--- a/webrtc/modules/audio_processing/test/py_quality_assessment/apm_quality_assessment-export.py
+++ b/webrtc/modules/audio_processing/test/py_quality_assessment/apm_quality_assessment-export.py
@@ -130,8 +130,8 @@ def main():
score_path, _ = os.path.split(score_filepath)
audio_in_filepath, audio_ref_filepath = (
data_access.Metadata.load_audio_in_ref_paths(score_path))
- audio_out_filepath = os.path.join(
- score_path, audioproc_wrapper.AudioProcWrapper.OUTPUT_FILENAME)
+ audio_out_filepath = os.path.abspath(os.path.join(
+ score_path, audioproc_wrapper.AudioProcWrapper.OUTPUT_FILENAME))
# Add the score to the nested dictionary.
scores[score_name][config_name][input_name][noise_name][noise_params] = {

Powered by Google App Engine
This is Rietveld 408576698