Files
dante_beacon/dep_examples-1.2.2.1_aarch64_Linux/dep_examples/config/dante.max.json
2025-12-12 16:27:31 +01:00

69 lines
1.0 KiB
JSON

{
"$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"
}
}