Add audio libraries (#1593)

This commit is contained in:
Zach Oakes 2020-08-12 04:14:13 -04:00 committed by GitHub
parent 3b6d944b5b
commit ee983e58e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]