question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Custom Trigger Wake Word doesn't work

See original GitHub issue

Thank you for reporting an issue with AlexaPi.

Make sure you are running the latest version of AlexaPi, and look through issues before submitting.

Check out our Wiki, and make sure to look at Debugging, and Audio debugging in particular before filing an issue.

In order to help troubleshooting, be sure to include the following information:

Output of the audio debugging script.

Your OS (including version) where you are running AlexaPi:

Raspberry Pi OS Stretch 
VERSION_ID : "9"
VERSION = "9" (Stretch) 

Your hardware platform and model you are running on:

Raspberry Pi Model B

Python release (python2 --version):

Python 2.7.13

Description of problem:

Aim : To change wake word from "alexa" to "something of my choice".  

Expected:

Pi should start responding to custom wake word set by me in the config.yaml file. 

Problem-relevant config.yaml entries:

Yes. 
pocketsphinx:
enabled: true
voice_confirm: true

phrase: "tom"
threshold: 1e-10

Steps to reproduce:

  1. sudo nano etc/opt/AlexaPi/config.yaml
  2. Edit the phrase in the file
  3. Reboot the Pi or use sudo systemctl start AlexaPi.service

Traceback (if applicable):


Additional info:

I believe this can be done by modifying the "phrase " option in config.yaml file. This was suggested in one of the issues. I modified the wake word in config.yaml file and restarted the Pi but it didn't work after that. 

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:10 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
reneklimentcommented, Oct 12, 2017
0reactions
E3V3Acommented, Dec 17, 2017

Try with 3 syllable words. Obviously things like “Tom” is just one and become problematic with other words. I would try with words like: Tomato (toh-ma-toh), capito (kah-pi-toh) etc. Or perhaps kapito since c can be pronounced differently as in citrus and cook.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Wake Word Troubleshooting - Mycroft AI - GitBook
Wake Word Troubleshooting. Having trouble triggering the wake word? The microphone is working but Mycroft does not trigger when I say the Wake...
Read more >
Custom Wake Word? · Issue #222 · alexa-pi/AlexaPi - GitHub
I was wondering If you can set a custom wake word other than: "Alexa", "Echo", ... Custom Trigger Wake Word doesn't work #327....
Read more >
Custom wake words will NEVER happen : r/googlehome
There has been speculation for a long time, but I don't think custom wake words will ever become a reality. The reason isn't...
Read more >
How to change Alexa's wake word - The Verge
You can change the wake word of any Echo speaker or smart display ... The custom voice assistant will live alongside Alexa and...
Read more >
How To Create a Custom Alexa Wake Word in 30 Seconds
See how to easily change Alexa's wake word by voice command or in the Alexa ... Open the Alexa app; Select the Devices...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found