Nailik / rhasspy_mobile

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

Porcupine custom WakeWord v3 #531

Closed GeckoCorp closed 2 months ago

GeckoCorp commented 2 months ago

I tried to use custom WakeWord from picovoice.ai but the ppn file generated by the server is in version 3.

Can you update the library porcupine in this app to v3 ?

Nailik commented 2 months ago

porcupine is currently version 3 on nightly - could you try it with this version?

GeckoCorp commented 2 months ago

Ok I tested with the ppn v3 it's work well, You just need to replace (2.2.2) by (3) in the message "All active activation words.... with the current Porcupine version (2.2.2)!".

Nailik commented 2 months ago

ahh thanks

GeckoCorp commented 2 months ago

Thanks