mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-28 17:51:15 +01:00
08e08a0c5b
This so we can use the same package for any architecture in the future.
16 lines
426 B
Plaintext
16 lines
426 B
Plaintext
config BR2_PACKAGE_PYTHON_VOSK_API
|
|
bool "python-vosk-api"
|
|
select BR2_PACKAGE_PYTHON_CFFI
|
|
select BR2_PACKAGE_PYTHON_TQDM
|
|
select BR2_PACKAGE_PYTHON_REQUESTS
|
|
select BR2_PACKAGE_PYTHON_SRT
|
|
select BR2_PACKAGE_PYTHON_WEBSOCKETS
|
|
select BR2_PACKAGE_VOSK_API
|
|
help
|
|
Offline speech recognition API for Android, iOS,
|
|
Raspberry Pi and servers with Python, Java, C#
|
|
and Node.
|
|
|
|
https://github.com/alphacep/vosk-api.git
|
|
|