NaomiProject / Naomi

The Naomi Project is an open source, technology agnostic platform for developing always-on, voice-controlled applications!
https://projectnaomi.com/
MIT License
242 stars 47 forks source link

These are some small fixes #403

Closed aaronchantrill closed 3 months ago

aaronchantrill commented 3 months ago

Description

Probably the most notable here is the breaking change of changing the "verify_wakeword" argument to "verify_keyword". This really isn't an important change, and it may cause some issues with the VOSK plugin depending on which version is installed.

This fixes an issue where the asyncronous mic assumes you are using verify_keyword even if you are not.

Finally, this sets the variable keyword to a string and keywords to a list in application.py, and saves the keywords to an arg variable.

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist: