From eedf3389df1b3da19f971ee29774b6952c884a02 Mon Sep 17 00:00:00 2001 From: Nana Axel Date: Fri, 10 Nov 2023 07:02:26 +0100 Subject: [PATCH] Add Amplitude Audio SDK (#1437) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c074e57..fb80c46 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny ## Audio *Audio, Sound, Music, Digitized Voice Libraries* +* [Amplitude Audio SDK](https://github.com/SparkyStudios/AmplitudeAudioSDK) - A cross-platform audio engine designed with the needs of games in mind. [Apache-2.0] [website](https://amplitudeaudiosdk.com) * [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]