Home
last modified time | relevance | path

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

/external/autotest/client/cros/audio/
Daudio_helper.py227 def play_sound(duration_seconds=None, audio_file_path=None): argument
236 if not audio_file_path:
237 audio_file_path = '/usr/local/autotest/cros/audio/sine440.wav'
239 utils.system('aplay %s %s' % (duration_arg, audio_file_path))