-
Hi, I downloaded example for android, I would to add call to rest to create my own .pmdl, so I add
`
class TrainingModel{
var name: String? = null
var language: String? = null
var…
-
Hello. I was about to write a software in Rust to do the job of hotword/wakeword detection. And I found this crate. However, I wanted to do the detection with [Genetic Programming](https://en.wikipedi…
-
--------- beginning of crash
E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.android.ashish.friday, PID: 2749
java.lang.UnsatisfiedLinkError: dalvik.system…
-
Hello,
i want to build a simple offline hotword detection and tried your example script:
```
from pocketsphinx import LiveSpeech
speech = LiveSpeech(lm=False, keyphrase='forward', kws_thre…
-
When I run checkHotword.py after training for the hotword, it says,
**File "D:\HotWordDetection\hotword_detection\hwDetector.py", line 46, in __init__ MFCC_…
-
Setting `singleUtterance: true` in `recognizer.createRecognizeStream` leaves it to Google to detect when an utterance has stopped & end the recognition stream. A problem I encountered is that often Go…
-
Whenever I run `npm run setup:offline-hotword` it says "Offline hotword detection installed, then it spews a big block of red text that is giving errors
## Steps To Reproduce
1. Step 1
Run `n…
-
If the Snowboy API returned a timestamp representing the millisecond the hotword finished, systems that take other voice input after the hotword could be modified to seamlessly recognise audio said af…
-
Hi
I want to trigger audio recording when hotword is detected.
To perform this i launch snowboydecoder.HotwordDetector() and in detected_callback function i launch another thread to launch audio …
tangb updated
5 years ago
-
Hi,
I am now about nodejs programming. I saw this example https://github.com/Kitt-AI/snowboy/blob/master/examples/Node/microphone.js with NodeJs and all work good. I want record audio in wav file af…