Added note about the license for PicoVoice Cheetah
This commit is contained in:
parent
46c20e9327
commit
642d5117a1
2 changed files with 4 additions and 2 deletions
|
@ -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:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue