Searched refs:echo_filepath (Results 1 – 4 of 4) sorted by relevance
96 echo_filepath = os.path.join(100 if not os.path.exists(echo_filepath):106 echo_filepath, echo)108 return echo_filepath132 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
35 def Mix(cls, output_path, capture_input_filepath, echo_filepath): argument60 if echo_filepath is None:66 echo_file_name, _ = os.path.splitext(os.path.split(echo_filepath)[1])80 echo_filepath)
68 echo_filepath = simulator.Simulate(self._tmp_path)69 if echo_filepath is None:77 self.assertTrue(os.path.exists(echo_filepath))79 echo_filepath)
390 echo_filepath=echo_path_filepath,