Searched refs:pcm_file_path (Results 1 – 2 of 2) sorted by relevance
32 def convert_pcm_to_wav(pcm_file_path, wave_file_path, audio_params): argument40 with open(pcm_file_path, 'rb') as pcm_file:
458 pcm_file_path = os.path.join(self.audio_capture_path, ADB_FILE)462 self.log.info('convert pcm file %s to wav file %s', pcm_file_path,464 btutils.convert_pcm_to_wav(pcm_file_path, wave_file_path, self.audio_params)