From ee3247602b961b88de0b8ac4acbe67de5fe4c254 Mon Sep 17 00:00:00 2001 From: van Date: Mon, 13 Feb 2023 14:10:50 +0800 Subject: [PATCH] Update README.md Add audioFlux: A library for audio and music analysis, feature extraction. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c01386f..03217a0 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * Audio * [audioread](https://github.com/beetbox/audioread) - Cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding. + * [audioFlux](https://github.com/libAudioFlux/audioFlux) - A library for audio and music analysis, feature extraction. * [dejavu](https://github.com/worldveil/dejavu) - Audio fingerprinting and recognition. * [kapre](https://github.com/keunwoochoi/kapre) - Keras Audio Preprocessors. * [librosa](https://github.com/librosa/librosa) - Python library for audio and music analysis.