Fixes issue that the old config from the dante_beacon repo was loaded. Also fixes the biggest chunk of the latency issue, now estimated around 100ms instead of 1000ms.
This commit is contained in:
@@ -197,13 +197,13 @@
|
||||
{
|
||||
"destination": "/dante_data",
|
||||
"type": "bind",
|
||||
"source": "/home/caster/dante_beacon/dep/dante_package/dante_data",
|
||||
"source": "/home/caster/bumble-auracast/src/dep/dante_package/dante_data",
|
||||
"options": ["bind", "rw"]
|
||||
},
|
||||
{
|
||||
"destination": "/dante_data/capability",
|
||||
"type": "bind",
|
||||
"source": "/home/caster/dante_beacon/dep/dante_package/dante_data/capability",
|
||||
"source": "/home/caster/bumble-auracast/src/dep/dante_package/dante_data/capability",
|
||||
"options": ["bind", "ro"]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
48000
|
||||
],
|
||||
"samplesPerPeriod" : 16,
|
||||
"periodsPerBuffer" : 3000,
|
||||
"periodsPerBuffer" : 300,
|
||||
"networkLatencyMinMs" : 2,
|
||||
"networkLatencyDefaultMs" : 5,
|
||||
"supportedEncodings" :
|
||||
@@ -58,7 +58,8 @@
|
||||
"numOpenChannels": 6,
|
||||
"alsaChannelRange": "0-5",
|
||||
"danteChannelRange": "0-5",
|
||||
"bufferSize": 48000
|
||||
"bufferSize": 4800,
|
||||
"samplesPerPeriod": 16
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user