Questions tagged [hotword]

11 questions
1
vote
0 answers

What to use instead of AlwaysOnHotwordDetector in android which is now deprecated?

I am working on developing an offline google assistant alternative using DeepSpeech voice recognition model. Am using Voice-Interaction Service and sessions for same. however, I also want that "hey-Google" like feature. I have been seeing many…
1
vote
0 answers

Speech Recognition detect specific word using python

I am working on a voice assistant project and using SpeechRecognition library to recognise user's commands. I decided to name my assistant ODI and realised that this is not recognised by the SpeechRecognition library. "ODI" keyword is being…
1
vote
0 answers

How to use Speech Recognition along with Porcupine

can anyone help me out on how to use speech recognition to listen right after porcupine wake up word. We need to some how figure out how to stop porcupine manager from listening the microphone until speech recognition is done listening to it. try { …
1
vote
1 answer

Is Android hotword detection possible with Flutter?

I am building this app that needs to be voice-based for 90% of the funtionalities to work, hence the UI is basically negligible. I have managed to get Speech To Text working but I want to know if this application can be made active using hotword…
1
vote
1 answer

Snowboy Hotword detection and Raspberry Pi: IOError: [Errno -9997] Invalid sample rate

Im trying to use snowboy hotword detection on my RPI 3b im following this guide: https://pimylifeup.com/raspberry-pi-snowboy/ When running the demo script: python demo.py saved_model.pmdl i get this error: Expression…
ELEFAAANT
  • 45
  • 5
0
votes
0 answers

Accessing porcupine wake word detection in react app is failing

Unable to use the porcupine wake word detection in react application , its throwing " loading parameters failed with 'INVALID_ARGUMENT'" Invalid Argument screenshot
0
votes
0 answers

How to make porcupine detect a wake word and then start listening for user input

I have been trying to implement a way that the application detects wake word like "Hey google" or "Jarvis". I did some research and found out porcupine helps towards solving the wake word problem but now the problem is I can't seem to trigger…
0
votes
1 answer

SpeechRecognition hot-word not working properly

I am a beginner I don't know much about speech recognition and hotwords. Till now I have been using SpeechRecognition module but its not so accurate as: I have to wait for the program to access my mic Its not accurate even tough I use…
JashSmith
  • 211
  • 1
  • 15
0
votes
1 answer

I want to make a hotword for my JARVIS AI

I wanted to ask if there if a way to make a hotword for my JARVIS AI made in python 3.7.6(windows 7). I want that JARVIS become activated whenever I say "Hey Jarvis"(just like Hey siri). the code of my jarvis is given below. I have tried the library…
estriadi
  • 71
  • 8
0
votes
1 answer

how to create an audio buffer to access mic input few seconds ago

i am trying to create a voice recognition function that can be activate with a hotword. i found this snowboy package that can create a hotword listener that can listen full time and run a certain task on activation. my problem i need to run a…
Eshaka
  • 974
  • 1
  • 14
  • 38
0
votes
1 answer

google-assistant-demo and googlesamples-assistant-hotword segmentation fault

I tried to install google assistant on raspberry pi3 b+ using these instructions - https://developers.google.com/assistant/sdk/guides/service/python/ - and using GassistPi. In both cases when I run command google-assistant-demo --project-id…