1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2024-12-28 17:51:15 +01:00
OpenVoiceOS/buildroot-external/package/python-vosk-api/Config.in
j1nx 08e08a0c5b [WIP] Build vosk-api andits dependencies from source
This so we can use the same package for any architecture in the future.
2022-12-20 15:58:35 +01:00

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