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:
pober
2026-01-15 13:18:40 +01:00
committed by pstruebi
parent 06b18914f0
commit c57f67285f
3 changed files with 5 additions and 4 deletions
@@ -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.