mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-28 17:51:15 +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
|