mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-01-13 01:33:45 +01:00
08e08a0c5b
This so we can use the same package for any architecture in the future.
10 lines
176 B
Plaintext
10 lines
176 B
Plaintext
config BR2_PACKAGE_KALDI
|
|
bool "kaldi"
|
|
select BR2_PACKAGE_LAPACK
|
|
select BR2_PACKAGE_OPENFST
|
|
help
|
|
Kaldi Speech Recognition Toolkit
|
|
|
|
https://github.com/kaldi-asr/kaldi
|
|
|