mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-13 06:57:07 +03:00
refactor step 1 - BT
This commit is contained in:
@@ -134,7 +134,7 @@ menu "Squeezelite-ESP32"
|
||||
|
||||
config OUTPUT_RATES
|
||||
string "Output rates"
|
||||
default "48000,44100"
|
||||
default "44100"
|
||||
help
|
||||
<rates>[:<delay>] Sample rates supported, allows output to be off when squeezelite is started; rates = <maxrate>|<minrate>-<maxrate>|<rate1>,<rate2>,<rate3>; delay = optional delay switching rates in ms
|
||||
menu "DAC I2S settings"
|
||||
@@ -196,13 +196,6 @@ menu "Squeezelite-ESP32"
|
||||
default 1000
|
||||
help
|
||||
Increasing this value will give more chance for less stable connections to be established.
|
||||
config A2DP_DISCONNECT_MS
|
||||
int "Time in ms before disconnecting from A2DP audio sink. Set to 0 for no disconnect."
|
||||
default 10000
|
||||
help
|
||||
Controls how long to wait before disconnecting from the A2DP audio sink after playback is stopped
|
||||
Longer delay will ensure better responsiveness at the expense of locking the audio sink for a longer period.
|
||||
A shorter period may cause the player to disconnect between tracks change.
|
||||
endmenu
|
||||
endmenu
|
||||
|
||||
|
||||
Reference in New Issue
Block a user