Home
last modified time | relevance | path

Searched refs:polqa_out_filepath (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/
Deval_scores.py283 polqa_out_filepath = os.path.join(output_path, 'polqa.out')
284 if os.path.exists(polqa_out_filepath):
285 os.unlink(polqa_out_filepath)
292 '-Out', polqa_out_filepath,
298 polqa_output = self._ParseOutputFile(polqa_out_filepath)
304 def _ParseOutputFile(cls, polqa_out_filepath): argument
315 with open(polqa_out_filepath) as f: