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/ |
D | audio_utils.py | 41 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 D | audio_helper.py | 215 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 D | run_audio_classification.py | 92 audio_file = args.audio_file_path 93 if args.audio_file_path:
|
H A D | README.md | 56 $ 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 D | audio_capture.py | 18 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 D | run_audio_file.py | 57 audio_file = args.audio_file_path
|
H A D | README.md | 55 $ python run_audio_file.py --audio_file_path <path/to/your_audio> --model_file_path <path/to/your_m…
|