From ab8a8c350cf29ae6261056643bb5332565267dee Mon Sep 17 00:00:00 2001 From: ehsanghaffarii Date: Wed, 15 Mar 2023 19:17:03 +0330 Subject: [PATCH] Added Aubio library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8fdd7fa..0a14e6e 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny ## Audio *Audio, Sound, Music, Digitized Voice Libraries* +* [Aubio](https://github.com/aubio/aubio) - A library for audio and music analysis.[GPL-3.0] * [AudioFile](https://github.com/adamstark/AudioFile) - A simple C++ library for reading and writing audio files. [MIT] * [audioFlux](https://github.com/libAudioFlux/audioFlux) - A C library for audio and music analysis, feature extraction. [MIT] * [dr_libs](https://github.com/mackron/dr_libs) - Single file audio decoding libraries for C and C++. [Unlicense]