From 2177c7e46c15c14d9cb1fa2617493d3316246e5d Mon Sep 17 00:00:00 2001 From: Amateur Audio Dude <168192910+AmateurAudioDude@users.noreply.github.com> Date: Sat, 3 May 2025 03:59:56 +1000 Subject: [PATCH] add auto bw, ceq, ims, stereo options to setup --- web/setup.ejs | 106 +++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 101 insertions(+), 5 deletions(-) diff --git a/web/setup.ejs b/web/setup.ejs index 59ae2f0..5834a61 100644 --- a/web/setup.ejs +++ b/web/setup.ejs @@ -217,18 +217,18 @@
If you use an USB audio card on Linux, enabling this option might fix your audio issues.
+If you use a USB audio card on Linux, enabling this option might fix your audio issues.
<%- include('_components', {component: 'checkbox', cssClass: '', label: 'ALSA Software mode', id: 'audio-softwareMode'}) %>Legacy option for Linux / macOS that could resolve audio issues, but will consume additional CPU and RAM usage.
<%- include('_components', {component: 'checkbox', cssClass: '', label: 'Additional FFmpeg', id: 'audio-ffmpeg'}) %>Using a negative value could eliminate audio buffering issues during long periods of listening.
However, a value that’s too low might increase the buffer over time.
You can switch between American (RBDS) / Global (RDS) mode here.
<%- include('_components', {component: 'checkbox', cssClass: 'bottom-20', iconClass: '', label: 'American RDS mode (RBDS)', id: 'webserver-rdsMode'}) %>Different modes may help with more accurate transmitter identification depending on your region.
<%- include('_components', { component: 'dropdown', id: 'server-tx-id-algo', inputId: 'webserver-txIdAlgorithm', label: 'Transmitter ID Algorithm', cssClass: '', placeholder: 'Algorithm 1', @@ -426,6 +426,102 @@