mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-01-28 09:29:34 +01:00
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
|