Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_test_utils.py32 def convert_pcm_to_wav(pcm_file_path, wave_file_path, audio_params): argument
40 with open(pcm_file_path, 'rb') as pcm_file:
/packages/modules/Bluetooth/system/blueberry/controllers/
Dandroid_bt_target_device.py458 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)