25 lines
435 B
JSON
25 lines
435 B
JSON
{
|
|
"name": "fxaudio",
|
|
"version": "1.0.0",
|
|
"description": "An easy to use audio processing library",
|
|
"homepage": "https://github.com/EnzoMassyle/AudioFX",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "fftw3",
|
|
"features": [
|
|
"threads"
|
|
]
|
|
},
|
|
"libsndfile",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|