Nailik / rhasspy_mobile

Rhasspy is a voice assistant software. This repository implements the functionality of a Rhasspy satellite, with local wake word recognition.
65 stars 4 forks source link

Wake word "pending" on latest update #431

Closed undrwater closed 1 year ago

undrwater commented 1 year ago

The previous version worked well. Currently on nightly, and wake word reports "pending" regardless of local (porcupine) or udp audio (my setup is udp, though I do have a key for porcupine).

undrwater commented 1 year ago

I'd like to add a log, but I can't seem to figure how to add an attachment.

Nailik commented 1 year ago

I just checked and pending might be misleading but when Microphone permission is missing it will show pending. Under WakeWord -> udp there should be a button "allow microphone permission" you could also simply click on the microphone button on the start screen.

Nailik commented 1 year ago

Status will be improved with https://github.com/Nailik/rhasspy_mobile/issues/435

undrwater commented 1 year ago

Microphone permission has been granted, yet the problem persists.

Truly appreciate your work on this project.

Nailik commented 1 year ago

To further investage i would need to know the settings of the app (can be exported) as well as the log. When writing a comment you can attach files by dragging & dropping them below them comment section.

undrwater commented 1 year ago

org.rhasspy.mobile.android_preferences_export.tar.gz rhasspy_logfile_2023-08-09T19_23_18.812.tar.gz

Nailik commented 1 year ago

Ahh i see DialogManagementOption is set to Disabled and that does currently not initially start the WakeWordService - that's a flaw in the code from my side.

Nailik commented 1 year ago

Will be fixed with https://github.com/Nailik/rhasspy_mobile/issues/437

Nailik commented 1 year ago

But i am curious how do you use the app with DialogManagementOption Disabled?

undrwater commented 1 year ago

Right now while I have it enabled, there are 3 response tones before listening for the command happens.

IIRC with it disabled, there is just the one tone, and response time is much quicker.