30 lines
568 B
JSON
30 lines
568 B
JSON
{
|
|
"type":"BINARY",
|
|
"sub-type":"TEST",
|
|
"group-id":"com.atria-soft",
|
|
"description":"single audio flow test",
|
|
"license":"MPL-2",
|
|
"license-file":"file://LICENSE",
|
|
"maintainer":"file://authors.txt",
|
|
"author":"file://authors.txt",
|
|
"version":"file://version.txt",
|
|
"code-quality":"MEDIUM",
|
|
|
|
"source": [
|
|
"test/main.cpp",
|
|
"test/updateFlow.cpp",
|
|
"test/resampling.cpp",
|
|
"test/format.cpp",
|
|
"test/channelOrder.cpp",
|
|
"test/equalizer.cpp"
|
|
],
|
|
"compilation-version": {
|
|
"c++": 2017
|
|
},
|
|
"dependency": [
|
|
"audio-drain",
|
|
"etest",
|
|
"etk",
|
|
"test-debug"
|
|
]
|
|
} |