Searched refs:wav_file_path (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/ |
D | external_vad.py | 42 def Run(self, wav_file_path): argument 43 _signal = signal_processing.SignalProcessingUtils.LoadWav(wav_file_path) 57 '-i', wav_file_path,
|
D | annotations.py | 219 def _RunWebRtcCommonAudioVad(self, wav_file_path, sample_rate): argument 226 tmp_path, os.path.split(wav_file_path)[1] + '_vad.tmp') 232 '-i', wav_file_path, 264 def _RunWebRtcApmVad(self, wav_file_path): argument 268 tmp_path, os.path.split(wav_file_path)[1] + '_vad_probs.tmp') 270 tmp_path, os.path.split(wav_file_path)[1] + '_vad_rms.tmp') 276 '-i', wav_file_path,
|
/external/autotest/client/cros/chameleon/ |
D | audio_widget.py | 154 wav_file_path = file_path + '.wav' 155 logging.debug('Saving recorded wav file to %s', wav_file_path) 161 path_dst=wav_file_path)
|