70 lines
1.7 KiB
JSON
70 lines
1.7 KiB
JSON
{
|
|
"type":"LIBRARY",
|
|
"group-id":"com.atria-soft",
|
|
"description":"Basic audio algo interface single pipe to provess data",
|
|
"license":"MPL-2",
|
|
"license-file":"file://LICENSE",
|
|
"maintainer":"file://authors.txt",
|
|
"author":"file://authors.txt",
|
|
"version":"file://version.txt",
|
|
"code-quality":"MEDIUM",
|
|
|
|
"source": [
|
|
"audio/drain/debug.cpp",
|
|
"audio/drain/airtalgo.cpp",
|
|
"audio/drain/Algo.cpp",
|
|
"audio/drain/ChannelReorder.cpp",
|
|
"audio/drain/CircularBuffer.cpp",
|
|
"audio/drain/EndPointCallback.cpp",
|
|
"audio/drain/EndPoint.cpp",
|
|
"audio/drain/EndPointRead.cpp",
|
|
"audio/drain/EndPointWrite.cpp",
|
|
"audio/drain/FormatUpdate.cpp",
|
|
"audio/drain/Process.cpp",
|
|
"audio/drain/Resampler.cpp",
|
|
"audio/drain/Volume.cpp",
|
|
"audio/drain/IOFormatInterface.cpp",
|
|
"audio/drain/AutoLogInOut.cpp",
|
|
"audio/drain/Equalizer.cpp"
|
|
],
|
|
"header": [
|
|
"audio/drain/debug.hpp",
|
|
"audio/drain/debugRemove.hpp",
|
|
"audio/drain/airtalgo.hpp",
|
|
"audio/drain/Algo.hpp",
|
|
"audio/drain/ChannelReorder.hpp",
|
|
"audio/drain/CircularBuffer.hpp",
|
|
"audio/drain/EndPointCallback.hpp",
|
|
"audio/drain/EndPoint.hpp",
|
|
"audio/drain/EndPointRead.hpp",
|
|
"audio/drain/EndPointWrite.hpp",
|
|
"audio/drain/FormatUpdate.hpp",
|
|
"audio/drain/Process.hpp",
|
|
"audio/drain/Resampler.hpp",
|
|
"audio/drain/Volume.hpp",
|
|
"audio/drain/IOFormatInterface.hpp",
|
|
"audio/drain/AutoLogInOut.hpp",
|
|
"audio/drain/Equalizer.hpp"
|
|
],
|
|
"path":[
|
|
"."
|
|
],
|
|
"compilation-version": {
|
|
"c++": 2017
|
|
},
|
|
"dependency": [
|
|
"etk",
|
|
"audio",
|
|
"ejson",
|
|
"speex-dsp",
|
|
"audio-algo-drain",
|
|
{
|
|
"name": "speex-dsp",
|
|
"optional": true,
|
|
"export": true,
|
|
"flag": {
|
|
"c++": "-DHAVE_SPEEX_DSP_RESAMPLE"
|
|
}
|
|
}
|
|
]
|
|
} |