1description: "Simple script that plays Voice Match Phrases to enroll" 2 3# First phrase: Ok Google, what’s the weather tomorrow? 4step { 5 audio_file : "okg-us-female-whats-the-weather-tomorrow.wav" 6 audio_file_sample_rate : 24000 7 delay_after : 10 8} 9 10# Second phrase: Ok Google, remind me to water my plants every Monday. 11step { 12 audio_file : "okg-us-female-remind-me-to-water-my-plants-every-monday.wav" 13 audio_file_sample_rate : 24000 14 delay_after : 10 15} 16 17# Third phrase: Hey Google, make a call. 18step { 19 audio_file : "heyg-us-female-make-a-call.wav" 20 audio_file_sample_rate : 24000 21 delay_after : 10 22} 23 24# Fourth phrase: Hey Google, set a timer for 5 minutes. 25step { 26 audio_file : "heyg-us-female-set-a-timer-for-5-minutes.wav" 27 audio_file_sample_rate : 24000 28 delay_after : 10 29} 30 31expected_result { 32 aohd_hotword_detected : 0 33 assistant_started : 0 34 dsp_false_accept : 0 35 logcat_iteration : 1 36 software_hotword : 0 37 speaker_id_rejected : 0 38 vis_software_hotword : 0 39} 40