diff options
author | Jeremy Hansen <jebrhansen+SBo@gmail.com> | 2023-06-17 16:24:10 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-17 17:18:59 +0700 |
commit | b5d9bc2b00b063d1f873eec5e6ad71a9a78c8e51 (patch) | |
tree | 691bcf4a38418f2969cdca511cf7c1391e406833 /python/python3-librosa/README | |
parent | 5cbbf5f8953a00138bf8020b1021036898290fd8 (diff) |
python/python3-librosa: Added (python audio and music library).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-librosa/README')
-rw-r--r-- | python/python3-librosa/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python3-librosa/README b/python/python3-librosa/README new file mode 100644 index 0000000000..f5c3071af6 --- /dev/null +++ b/python/python3-librosa/README @@ -0,0 +1,5 @@ +python3-librosa (Python library for audio and music analysis) + +librosa is a python package for music and audio analysis. It provides +the building blocks necessary to create music information retrieval +systems. |