-
Does it possible to make Alexa listening, when i say a hotword?
ghost updated
6 years ago
-
In the DemoUtils file under the createArSession method the app checks if ARCore is installed on the device.
I am getting a NullPointerException when the switch statement atempts to execute the meth…
-
Hello,
Is there a possibility to change the hotword from "OK Google" or "Hey Google" to something we want?
-
I'm pretty new with audio data, and I'm trying to either have the software break and release the microphone when the wake word is heard, so the audio can be recorded and saved, or maybe easier, start …
-
Since the update from yesterday, the app crashes right after starting.
After reinstall, ist crashes after restoring a backup, and after eacht restart after that.
After reinstalling without restoring…
-
In the book "Magpi essentials" AIY projects , page 45 , step 13 it says:
start the voice unit
Double click the "start dev terminal" icon and enter:
src/assistant_library_demo.py
That gives back …
-
I'm using
Ionic v1.7.16
Cordova 8.0.0
cordova-plugin-file-opener2 2.0.19
```
var fileDirectory = function() {
if (typeof(cordova) != "undefined") {
if (ionic.Platform.isIOS() || ionic.Pl…
-
It's showing this error please me out !
>
> Uncaught Error: Uncaught, unspecified "error" event. (network)
> at Speech.emit (events.js:166)
> at SpeechRecognition.recognition.onerror
-
**Actual Behaviour**
In my device(emulator), hotword detection toast is coming, each time when redirecting to the ChatActivity, though user is running the app.
**Expected Behaviour**
Toast sh…
-
Hi,
I've successfully compiled snowboy for Android using the npm snowboy-detect source and I've created a custom pmdl file to use with it.
I'm trying to get the port to work with my custom pmdl…