Home
last modified time | relevance | path

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

/external/armnn/python/pyarmnn/examples/speech_recognition/
Daudio_capture.py31 def from_audio_file(self, audio_file_path, overlap=31712) -> Generator[np.ndarray, None, None]: argument
45 with sf.SoundFile(audio_file_path) as audio_file:
Drun_audio_file.py54 audio_file = args.audio_file_path
DREADME.md45 $ python run_audio_file.py --audio_file_path <path/to/your_audio> --model_file_path <path/to/your_m…
/external/autotest/client/cros/audio/
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))