mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-28 01:30:59 +01:00
987755a337
(No TFlite_runtime package included as of yet)
9 lines
233 B
Plaintext
9 lines
233 B
Plaintext
config BR2_PACKAGE_PYTHON_SONOPY
|
|
bool "python-sonopy"
|
|
select BR2_PACKAGE_PYTHON_NUMPY # runtime
|
|
select BR2_PACKAGE_PYTHON_SCIPY # runtime
|
|
help
|
|
A simple audio feature extraction library.
|
|
|
|
https://github.com/mycroftai/sonopy
|