1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 22:13:53 +01:00
Commit Graph

507 Commits

Author SHA1 Message Date
Mark de Bruijn
3bb3502fec Fix: fix macOS audio device selection. 2025-09-19 09:48:29 +02:00
Marek Farkaš
9460befde6 Merge pull request #172 from bkram/fix/macos-audio
Fix macOS audio support
2025-09-13 12:36:18 +02:00
Mark de Bruijn
418a2f98b9 Fix macOS audio support 2025-09-13 12:14:18 +02:00
Marek Farkaš
b976d7275a date update 2025-09-11 13:50:09 +02:00
Marek Farkaš
bb2880bec9 ver bump 2025-09-11 13:49:37 +02:00
Marek Farkaš
3c2d9a154a Merge pull request #155 from mrwish7/main
Multi TX search tweaks
2025-09-11 13:45:58 +02:00
Marek Farkaš
a5165fb60d Merge pull request #165 from AmateurAudioDude/fixes/v1.3.10-setup-options-fix
Fix missing Startup category combinations
2025-09-11 13:45:41 +02:00
Marek Farkaš
19acc3fce4 Merge pull request #170 from AmateurAudioDude/fixes/v1.3.10-fix-listener-error
Prevent listener stacking on error
2025-09-11 13:43:58 +02:00
Marek Farkaš
f991093e62 Merge pull request #169 from AmateurAudioDude/update/v1.3.10/audio-server-no-parse-params
Parsing parameters no longer required for audio server
2025-09-11 13:43:36 +02:00
Marek Farkaš
a4eedd402f Merge pull request #168 from LucasGallone/main
Lowering audio boost to 1.7 in order to prevent saturation
2025-09-11 13:43:22 +02:00
Amateur Audio Dude
7487825fd3 prevent listener stacking on error
Fix error ```MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 SIGINT listeners added to [process].```
2025-09-07 02:36:08 +10:00
Amateur Audio Dude
1ee11490c0 parsing parameters no longer required 2025-09-05 02:50:37 +10:00
Amateur Audio Dude
f5c806a75e parsing parameters no longer required 2025-09-05 02:42:38 +10:00
Lucas Gallone
679e797568 Lowering audio boost to 1.7 in order to prevent saturation 2025-09-03 20:13:04 +02:00
Adam Wisher
87d857bfd9 Merge branch 'main' into main 2025-09-02 09:27:54 +01:00
Marek Farkaš
70e8295831 ver update 2025-08-30 20:13:14 +02:00
Marek Farkaš
c196cfc53e lowered tef audio boost 2025-08-30 19:23:53 +02:00
Amateur Audio Dude
c0512ea8dc Fix missing Startup category combinations 2025-08-31 02:25:12 +10:00
Marek Farkaš
5d3045fe33 ver bump + fixes for screen readers 2025-08-30 17:45:59 +02:00
Marek Farkaš
268745ae2e Merge pull request #147 from AmateurAudioDude/update/v1.3.8-setup-options
Update/v1.3.8 setup options
2025-08-30 17:34:51 +02:00
Marek Farkaš
a969095432 Merge pull request #158 from AmateurAudioDude/fixes/v1.3.9-fix-typos_potential-mem-leaks
Fix minor typos, potential memory leaks
2025-08-30 17:30:09 +02:00
Marek Farkaš
8c452801f3 Merge pull request #159 from AmateurAudioDude/fixes/v1.3.9-per-ip-attack-limit
Add per-ip limit
2025-08-30 17:29:37 +02:00
Marek Farkaš
65b541a890 Merge pull request #160 from AmateurAudioDude/update/v1.3.9-remove-audio-proxy
Remove need for audio proxy (http-proxy)
2025-08-30 17:29:16 +02:00
Amateur Audio Dude
4179d39467 Replace arrow character with Unicode escape sequence 2025-08-06 18:51:12 +10:00
Amateur Audio Dude
60c73a138c make sure antenna timeout is cleared on user connect 2025-07-30 19:19:16 +10:00
Amateur Audio Dude
edf4408283 change startup icon 2025-07-30 18:49:29 +10:00
Amateur Audio Dude
a3f107fe64 move to startup category 2025-07-30 18:31:04 +10:00
Amateur Audio Dude
3436d3171e add delayed antenna change option 2025-07-30 18:12:38 +10:00
Adam Wisher
9b3593bc02 Valid PS compare fix for PS under 3 chars
Fix to allow stations with a PS less than 3 characters to be IDed when PS validity checked
2025-07-22 17:51:07 +01:00
Amateur Audio Dude
8ab01ee849 fix minor typos, potential mem leaks 2025-07-15 19:23:11 +10:00
Amateur Audio Dude
c3e18de6e4 Added reconnect logic for FFmpeg on Windows 2025-07-08 16:58:56 +10:00
Amateur Audio Dude
2ab7dd33dd add per-ip limit 2025-07-07 22:38:20 +10:00
Amateur Audio Dude
f29570261e fix minor typos, potential mem leaks 2025-07-07 22:32:04 +10:00
Adam Wisher
cd9bbaee87 Bugfix to avoid CPU spike of checking big object length
Don't check the length of the generated indexed database as it's big and causes a lag
2025-07-05 17:03:27 +01:00
Adam Wisher
3cedab5248 Improve TX DB fetch retry process
Improve process for retrying when TX DB download fails
2025-07-05 16:23:40 +01:00
Amateur Audio Dude
2ade42d1fb Remove audio proxy (http-proxy) 2025-07-01 17:23:19 +10:00
Adam Wisher
eb8dbf8fd5 Adjust spE weighting behaviour
Don't weight options for spE if a powerful station is found under the threshold
2025-06-27 14:08:47 +01:00
Adam Wisher
72d48b0c2e Fix algorithm choice and change Es mode distance
Fix hard-coded algorithm weighting values back to config values and increase distance for Es weighting to be applied
2025-06-12 13:58:25 +01:00
Adam Wisher
fb68f26d82 Local db optimisation and GPS support
DB indexing to improve tx search performance with PI and reg PI, re-download db on failure, add websocket for GPS location update support

Co-Authored-By: Amateur Audio Dude <168192910+AmateurAudioDude@users.noreply.github.com>
Co-Authored-By: Highpoint2000 <168109804+Highpoint2000@users.noreply.github.com>
2025-06-12 09:18:59 +01:00
Adam Wisher
bf011acfb4 TX Search improvements
Fix local signal IDed as distant sporadic E bug and allow PI-only match when possible
2025-06-09 12:30:47 +01:00
Marek Farkaš
4ece21d513 hotfix test for freq handling 2025-06-01 17:48:00 +02:00
Adam Wisher
dae705ccbc Limit multiple matches
Only return a max of 10 extra TX matches and filter any with a score less than 1/10 of the winner
2025-05-31 14:38:07 +01:00
Adam Wisher
c9fd4915b8 Multi TX search tweaks
Order the match list by score, clean up of matches panel HTML and show score in DOM as data element
2025-05-31 09:12:26 +01:00
Marek Farkaš
64af7dbf16 UI hotfix for tx id 2025-05-30 23:07:16 +02:00
Marek Farkaš
07d47c0665 hotfix for station ID 2025-05-30 23:05:04 +02:00
Marek Farkaš
50880e4094 hotfix for tune freq 2025-05-30 22:29:11 +02:00
Marek Farkaš
cf298cce1f package json ver bump 2025-05-30 22:27:34 +02:00
Marek Farkaš
9d7e4297e3 bugfixes, ui improvements 2025-05-30 21:28:37 +02:00
Marek Farkaš
1c8b16d27b Merge pull request #153 from mrwish7/main
TX search algorithm changes
2025-05-30 19:18:19 +02:00
Marek Farkaš
a546bd8207 Merge pull request #154 from kkonradpl/main
RDS bugfixes & improvements
2025-05-30 19:18:02 +02:00