mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:00:19 +08:00
14 lines
420 B
JSON
14 lines
420 B
JSON
{
|
|
"name": "iowa-hills-dsp",
|
|
"version": "0.1.0",
|
|
"description": "A platform-independent C/C++ library with many DSP (digital signal processing) functions, amongst also FIR and IIR filter design - but also FFT, DFT, Goertzel and Windowing functions.",
|
|
"homepage": "https://github.com/hayguen/iowahills_dsp",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|