forked from platypush/platypush
picovoice
-> assistant.picovoice
This commit is contained in:
parent
0b8e1bb81b
commit
c7094c7886
7 changed files with 4 additions and 2 deletions
|
@ -8,7 +8,7 @@ from ._state import AssistantState
|
|||
|
||||
|
||||
# pylint: disable=too-many-ancestors
|
||||
class PicovoicePlugin(AssistantPlugin, RunnablePlugin):
|
||||
class AssistantPicovoicePlugin(AssistantPlugin, RunnablePlugin):
|
||||
"""
|
||||
A voice assistant that runs on your device, based on the `Picovoice
|
||||
<https://picovoice.ai/>`_ engine.
|
|
@ -1,5 +1,5 @@
|
|||
manifest:
|
||||
package: platypush.plugins.picovoice
|
||||
package: platypush.plugins.assistant.picovoice
|
||||
type: plugin
|
||||
events:
|
||||
- platypush.message.event.assistant.ConversationEndEvent
|
||||
|
@ -17,6 +17,7 @@ manifest:
|
|||
pip:
|
||||
- pvcheetah
|
||||
- pvleopard
|
||||
- pvorca
|
||||
- pvporcupine
|
||||
- pvrhino
|
||||
- sounddevice
|
|
@ -84,6 +84,7 @@ mock_imports = [
|
|||
"psutil",
|
||||
"pvcheetah",
|
||||
"pvleopard",
|
||||
"pvorca",
|
||||
"pvporcupine",
|
||||
"pvrhino",
|
||||
"pyHS100",
|
||||
|
|
Loading…
Reference in a new issue