mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-17 19:39:31 +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
|