cleanup
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Mon, 25 Mar 2024 22:12:10 +0000 (23:12 +0100)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Mon, 25 Mar 2024 22:12:10 +0000 (23:12 +0100)
music_assistant/server/providers/airplay/__init__.py

index 5768c12debb86af666c162b1051de1156016c2fd..4db18fd836e3d482cd59f503936244f5abb6e8a7 100644 (file)
@@ -61,9 +61,6 @@ CONF_ALAC_ENCODE = "alac_encode"
 CONF_VOLUME_START = "volume_start"
 CONF_PASSWORD = "password"
 
-# the output buffer to raop must be big enough to prevent small hiccups
-REQUIRED_BUFFER = int(44100 * (16 / 8) * 2) * 3  # 2 seconds
-
 
 PLAYER_CONFIG_ENTRIES = (
     CONF_ENTRY_CROSSFADE,