initial commit
This commit is contained in:
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"$schema": "./dante.json_schema.json",
|
||||
"platform":
|
||||
{
|
||||
"cgroupVersion": 2,
|
||||
"logDirectory" : "/var/log",
|
||||
"maxNumLogs" : 6
|
||||
},
|
||||
"audio" :
|
||||
{
|
||||
"txChannels" : 64,
|
||||
"rxChannels" : 64,
|
||||
"sampleRate" : 48000,
|
||||
"availableSampleRates" :
|
||||
[
|
||||
44100,
|
||||
48000,
|
||||
88200,
|
||||
96000
|
||||
],
|
||||
"samplesPerPeriod" : 16,
|
||||
"periodsPerBuffer" : 3000,
|
||||
"networkLatencyMinMs" : 1,
|
||||
"supportedEncodings" :
|
||||
[
|
||||
"PCM16",
|
||||
"PCM24",
|
||||
"PCM32"
|
||||
],
|
||||
"defaultEncoding" : "PCM24",
|
||||
"numDepCores" : 3
|
||||
},
|
||||
"network" :
|
||||
{
|
||||
"interfaceMode" : "Direct",
|
||||
"interfaces" :
|
||||
[
|
||||
"eno1"
|
||||
],
|
||||
"preferredLinkSpeed" : "LINK_SPEED_1G"
|
||||
},
|
||||
"clock" :
|
||||
{
|
||||
"enableHwTimestamping" : true
|
||||
},
|
||||
"hardwareClock" :
|
||||
{
|
||||
"useHwClock" : false
|
||||
},
|
||||
"hostcpu" :
|
||||
{
|
||||
"enableDdp" : false
|
||||
},
|
||||
"product" :
|
||||
{
|
||||
"manfId" : "Audinate",
|
||||
"manfName" : "Audinate Pty Ltd",
|
||||
"modelId" : "OEMDEP",
|
||||
"modelName" : "Linux Dante Embedded Platform",
|
||||
"modelVersion" :
|
||||
{
|
||||
"major" : 9,
|
||||
"minor" : 9,
|
||||
"bugfix" : 99
|
||||
},
|
||||
"devicePrefix" : "DEP"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user