Added note about the license for PicoVoice Cheetah

This commit is contained in:
Fabio Manganiello 2020-03-07 20:28:42 +01:00
parent 46c20e9327
commit 642d5117a1
2 changed files with 4 additions and 2 deletions

View File

@ -9,8 +9,7 @@ from platypush.plugins.stt import SttPlugin
class SttPicovoiceHotwordPlugin(SttPlugin):
"""
This plugin performs hotword detection using
`PicoVoice <https://github.com/Picovoice>`_.
This plugin performs hotword detection using `PicoVoice <https://github.com/Picovoice>`_.
Requires:

View File

@ -16,6 +16,9 @@ from platypush.plugins.stt import SttPlugin
class SttPicovoiceSpeechPlugin(SttPlugin):
"""
This plugin performs speech detection using `PicoVoice <https://github.com/Picovoice>`_.
NOTE: The PicoVoice product used for real-time speech-to-text (Cheetah) can be used freely for
personal applications on x86_64 Linux. Other architectures and operating systems require a commercial license.
You can ask for a license `here <https://picovoice.ai/contact.html>`_.
Requires: