Skip to content

Commit 9ca81eb

Browse files
Readd the new config stuff
1 parent 72c1813 commit 9ca81eb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

amplipi/streams/airplay.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ def _activate(self, vsrc: int):
8888
'name': self.name,
8989
'port': 5100 + 100 * vsrc, # Listen for service requests on this port
9090
'udp_port_base': 6101 + 100 * vsrc, # start allocating UDP ports from this port number when needed
91-
'drift': 2000, # allow this number of frames of drift away from exact synchronisation before attempting to correct it
92-
'resync_threshold': 0, # a synchronisation error greater than this will cause resynchronisation; 0 disables it
93-
'log_verbosity': 0, # "0" means no debug verbosity, "3" is most verbose.
91+
'drift_in_seconds': 2, # allow this number of frames of drift away from exact synchronisation before attempting to correct it
92+
'resync_threshold_in_seconds': 0, # a synchronisation error greater than this will cause resynchronisation; 0 disables it
93+
'log_verbosity': "diagnostics", # "none" means no debug verbosity, "diagnostics" is most verbose.
9494
'mpris_service_bus': 'Session',
9595
},
9696
'metadata': {

0 commit comments

Comments
 (0)