Home
last modified time | relevance | path

Searched refs:audio_file_path (Results 1 – 7 of 7) 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
57 audio_player.play(audio_file_path)
63 def get_agsa_interpretation_of_audio_file(self, audio_file_path, argument
88 if self.play_audio_into_device(audio_file_path=audio_file_path,
/aosp_15_r20/external/autotest/client/cros/audio/
H A Daudio_helper.py215 def play_sound(duration_seconds=None, audio_file_path=None): argument
224 if not audio_file_path:
225 audio_file_path = '/usr/local/autotest/cros/audio/sine440.wav'
227 utils.system('aplay %s %s' % (duration_arg, audio_file_path))
/aosp_15_r20/external/armnn/python/pyarmnn/examples/keyword_spotting/
H A Drun_audio_classification.py92 audio_file = args.audio_file_path
93 if args.audio_file_path:
H A DREADME.md56 $ python run_audio_classification.py --audio_file_path <path/to/your_audio> --model_file_path <path…
/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
27 with sf.SoundFile(audio_file_path) as audio_file:
/aosp_15_r20/external/armnn/python/pyarmnn/examples/speech_recognition/
H A Drun_audio_file.py57 audio_file = args.audio_file_path
H A DREADME.md55 $ python run_audio_file.py --audio_file_path <path/to/your_audio> --model_file_path <path/to/your_m…