Hello friends, I am trying to make a chime play after I say a wakeword to my M5Stack Atom Echo. I have tried the following piece in my script but I cannot get it to work:
micro_wake_word:
on_wake_word_detected:
- media_player.speaker.play_on_device_media_file:
media_file: activation_sound
announcement: true
- delay: 500ms
- voice_assistant.start:
wake_word: !lambda return wake_word;
vad:
models:
- model: ${micro_wake_word_model}```
The audio file is a 25KB 16-bit PCM 16000Hz .wav file.
When I say the wakeword, it does not play the chime..