mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
[WIP] Build vosk-api andits dependencies from source
This so we can use the same package for any architecture in the future.
This commit is contained in:
15
buildroot-external/package/python-vosk-api/Config.in
Normal file
15
buildroot-external/package/python-vosk-api/Config.in
Normal file
@ -0,0 +1,15 @@
|
||||
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
|
||||
|
Reference in New Issue
Block a user