From ee983e58e9d9ab278c43b22310b9fd52cabe674f Mon Sep 17 00:00:00 2001 From: Zach Oakes Date: Wed, 12 Aug 2020 04:14:13 -0400 Subject: [PATCH] Add audio libraries (#1593) --- packages.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/packages.json b/packages.json index 4477e62..635d183 100644 --- a/packages.json +++ b/packages.json @@ -19027,5 +19027,38 @@ "description": "meowhash wrapper for Nim", "license": "MIT", "web": "https://github.com/disruptek/meow" + }, + { + "name": "parasound", + "url": "https://github.com/paranim/parasound", + "method": "git", + "tags": [ + "audio", + "sound" + ], + "description": "A library for playing audio files", + "license": "Public Domain" + }, + { + "name": "paramidi", + "url": "https://github.com/paranim/paramidi", + "method": "git", + "tags": [ + "midi", + "synthesizer" + ], + "description": "A library for making MIDI music", + "license": "Public Domain" + }, + { + "name": "paramidi_soundfonts", + "url": "https://github.com/paranim/paramidi_soundfonts", + "method": "git", + "tags": [ + "midi", + "soundfonts" + ], + "description": "Soundfonts for paramidi", + "license": "Public Domain" } ]