Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/
Decho_path_simulation.py96 echo_filepath = os.path.join(
100 if not os.path.exists(echo_filepath):
106 echo_filepath, echo)
108 return echo_filepath
132 echo_filepath = os.path.join(
134 assert os.path.exists(echo_filepath), (
135 'cannot find the echo audio track file {}'.format(echo_filepath))
136 return echo_filepath
Dinput_mixer.py35 def Mix(cls, output_path, capture_input_filepath, echo_filepath): argument
60 if echo_filepath is None:
66 echo_file_name, _ = os.path.splitext(os.path.split(echo_filepath)[1])
80 echo_filepath)
Decho_path_simulation_unittest.py68 echo_filepath = simulator.Simulate(self._tmp_path)
69 if echo_filepath is None:
77 self.assertTrue(os.path.exists(echo_filepath))
79 echo_filepath)
Dsimulation.py390 echo_filepath=echo_path_filepath,