Searched refs:noise_file (Results 1 – 6 of 6) sorted by relevance
/external/autotest/client/site_tests/audio_WebRtcAudioLoopback/ |
D | audio_WebRtcAudioLoopback.py | 88 noise_file = os.path.join(self.resultsdir, 'cras_noise.wav') 89 cras_utils.capture(noise_file, duration=1) 100 self.print_result(recorded_file, noise_file) 102 def print_result(self, recorded_file, noise_file): argument 117 recorded_file, noise_file)[0]
|
/external/autotest/client/site_tests/audio_YoutubePlayback/ |
D | audio_YoutubePlayback.py | 55 noise_file = os.path.join(self.resultsdir, "noise.wav") 60 cras_utils.capture(noise_file, duration=3) 77 recorded_file, noise_file)[0]
|
/external/autotest/client/site_tests/audio_CRASFormatConversion/ |
D | audio_CRASFormatConversion.py | 117 noise_file = os.path.join(self.resultsdir, "noise.wav") 119 cras_utils.capture(noise_file, duration=1) 120 sox_utils.noise_profile(noise_file, noise_profile.name)
|
/external/autotest/client/site_tests/desktopui_MediaAudioFeedback/ |
D | desktopui_MediaAudioFeedback.py | 24 noise_file = os.path.join(self.resultsdir, 'noise.wav') 28 cras_utils.capture(noise_file, duration=2) 29 sox_utils.noise_profile(noise_file, noiseprof_file.name)
|
/external/autotest/client/site_tests/audio_SeekAudioFeedback/ |
D | audio_SeekAudioFeedback.py | 27 noise_file = os.path.join(self.resultsdir, 'noise.wav') 31 cras_utils.capture(noise_file, duration=2) 32 sox_utils.noise_profile(noise_file, noiseprof_file.name)
|
/external/autotest/client/cros/audio/ |
D | audio_helper.py | 311 def noise_reduce_file(in_file, noise_file, out_file, argument 325 sox_format, noise_file) 412 input_audio, noise_file, channels=1, bits=16, rate=48000): argument 425 noise_file, '-', channels=channels, bits=bits,
|