From 77b8d8ba07b6ed4e6632b502a22880f1f62e1e92 Mon Sep 17 00:00:00 2001 From: ehsanghaffarii Date: Wed, 15 Mar 2023 19:19:28 +0330 Subject: [PATCH] Added Aubio library --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a14e6e..803250d 100644 --- a/README.md +++ b/README.md @@ -156,7 +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] +* [Aubio](https://github.com/aubio/aubio) - A library for audio and music analysis.[GPL-3.0] [website](https://aubio.org/) * [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]