mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-01 11:16:52 +01:00
9 lines
248 B
Plaintext
9 lines
248 B
Plaintext
|
config BR2_PACKAGE_PYTHON_SPEECH2TEXT
|
||
|
bool "python-speech2text"
|
||
|
select BR2_PACKAGE_PYTHON_REQUESTS # runtime
|
||
|
select BR2_PACKAGE_PYTHON_SPEECHRECOGNITION # runtime
|
||
|
help
|
||
|
Mycroft STT engine wrappers.
|
||
|
|
||
|
https://github.com/JarbasAl/speech2text
|