General

Custom command words

userHead shashidu 2025-04-22 00:09:04 951 Views1 Replies

Voice recognition module doesn't detect custom command words correctly. Because first two words of them are same then module listn only first words and doing same things. How can i fix it. 


 

2025-04-30 21:47:48

This issue is common with many voice recognition modules, especially those with limited processing power or fixed grammar models. If your custom commands all start with the same words, and the module only listens for the first part, it can’t distinguish the full command. Use Unique Trigger Words or Prefixes. Instead of:

“turn on light” and “turn on fan”, Use: “light on” and "fan on". 

For voice-controlled projects, you can also try the Raspberry Pi. https://www.theengineeringprojects.com/2022/05/voice-control-project-using-raspberry-pi-4.html

userHeadPic ahsrab.rifat