diff --git a/birdnet.conf-defaults b/birdnet.conf-defaults
index 6eb87b6..a3dab57 100644
--- a/birdnet.conf-defaults
+++ b/birdnet.conf-defaults
@@ -115,6 +115,16 @@ CONFIDENCE=0.7
SENSITIVITY=1.25
+## Configuration of the frequency shifting feature, useful for earing impaired people.
+## You have to define a freq. shift from HI to LO:
+## FREQSHIFT_HI
+
+FREQSHIFT_HI=6000
+
+## FREQSHIFT_LO
+
+FREQSHIFT_LO=3000
+
## CHANNELS holds the variable that corresponds to the number of channels the
## sound card supports.
diff --git a/scripts/advanced.php b/scripts/advanced.php
index d2cdfe7..13631c5 100644
--- a/scripts/advanced.php
+++ b/scripts/advanced.php
@@ -253,16 +253,35 @@ foreach($formats as $format){
The BirdNET-Pi URL is how the main page will be reached. If you want your installation to respond to an IP address, place that here, but be sure to indicate "http://". Example for IP: http://192.168.0.109 Example if you own your own domain: https://virginia.birdnetpi.com
>
+
BirdNET-Lite Settings
-
-
-
Min=0.0, Max=2.9
-
-
-
Min=0.01, Max=0.99
-
-
-
Min=0.5, Max=1.5
+
+
+
+
+ Min=0.0, Max=2.9
+
+
+
+
+ Min=0.01, Max=0.99
+
+
+
+
+ Min=0.5, Max=1.5
+
+
+
Accessibility Settings
+
+
Birdsongs Frequency shifting configuration:
+ this can be useful for earing impaired people.
+ e.g. origin=6000, target=4000, performs a shift of 2000 Hz down.
+
+
+
+
+