Searched refs:wave_file_path (Results 1 – 2 of 2) sorted by relevance
225 wave_file_path = self.wave_file_template % self.wave_file_number226 while os.path.exists(wave_file_path):228 wave_file_path = self.wave_file_template % self.wave_file_number229 return wave_file_path461 wave_file_path = self.get_new_wave_file_path()463 wave_file_path)464 btutils.convert_pcm_to_wav(pcm_file_path, wave_file_path, self.audio_params)465 return wave_file_path
32 def convert_pcm_to_wav(pcm_file_path, wave_file_path, audio_params): argument42 write_record_file(wave_file_path, audio_params, frames)