Home
last modified time | relevance | path

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

/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/test_actions/
Daudio_utils.py41 def play_audio_into_device(self, audio_file_path, audio_player, dut): argument
63 def get_agsa_interpretation_of_audio_file(self, audio_file_path, argument
/aosp_15_r20/external/armnn/python/pyarmnn/examples/common/
H A Daudio_capture.py18 def capture_audio(audio_file_path, params_tuple) -> Generator[np.ndarray, None, None]: argument
/aosp_15_r20/external/autotest/client/cros/audio/
H A Daudio_helper.py215 def play_sound(duration_seconds=None, audio_file_path=None): argument