Jon Beniston
f204c168f6
Add crash handler on Windows.
...
Add memory buffer to Logger, so last 500 log messages can be included in crash report.
Generate and include stripped pdb files so stack trace can include function names.
2025-07-31 16:35:44 +01:00
f4exb
115922c385
Updated version and changelogs
2025-07-02 19:02:52 +02:00
f4exb
c333fb505c
SSB Demod: clamp audio to 16 bit samples boundaries for better audio overdrive robustness. Fixes #2452
2025-06-02 22:01:21 +02:00
f4exb
c4e57a1696
Updated versions and changelogs
2024-12-05 02:10:24 +01:00
srcejon
a91fa3b760
Don't stop source if being deleted. For #2315 . Send DSPSignalNotification in audio mods for #2336 .
2024-11-25 17:16:08 +00:00
f4exb
8f2ac70621
Updated plugin versions
2024-10-06 10:53:38 +02:00
Edouard Griffiths
f522d88fc5
Merge pull request #2252 from srcejon/freq_scanner
...
Update CMakeLists.txt to allow static libraries to be built
2024-09-13 21:07:04 +02:00
srcejon
1df07b21ae
Update CMakeLists.txt to allow static libraries to be built, as well as shared.
...
Add BUILD_BENCH, BUILD_SHARED_LIBS, ENABLE_AARONIARTSA and ENABLE_METIS options.
2024-09-11 20:16:40 +01:00
DreamNik
202fc96de6
Append prefix to plugin name when running on Android.
...
Android libraries can't be placed inside subdirectory, so to
distinguish plugins from regular libraries the new prefix is used.
2024-09-05 13:37:51 +03:00
DreamNik
f694ba04b8
Fix compilation warnings and errors
2024-09-05 13:37:46 +03:00
f4exb
5d0fa7fa67
Removed destroy method leftovers and Sonar lint
2024-08-27 09:54:09 +02:00
f4exb
aec3c5ca47
Updated plugin versions
2024-08-13 22:35:18 +02:00
Daniele Forsi
e56908b0c6
Fix typos in include files
2024-07-10 23:06:38 +02:00
f4exb
4770e2d281
Updated versions and changelogs
2024-06-18 00:52:36 +02:00
Daniele Forsi
406bb674c5
Fix typos
2024-06-16 23:38:33 +02:00
f4exb
1d87e1e051
Updated versions and changelogs
2024-05-24 00:24:50 +02:00
f4exb
31274b1227
SSB demod: apply clamping also when squelch opens
2024-05-20 22:49:48 +02:00
srcejon
9078ea21d4
Fix warnings
2024-05-08 20:15:01 +01:00
srcejon
c0fc8c3b73
Don't call start() in Demod's constructors. #2102
...
SSDDemodGUI: Disable AGC widgets when AGC disabled.
2024-05-08 18:52:34 +01:00
Daniele Forsi
15433bb324
Fix spellling errors found with LibreOffice Writer
2024-04-26 21:18:32 +02:00
Daniele Forsi
570c1f6877
Remove unused includes and use more direct includes
2024-04-20 19:10:18 +02:00
f4exb
cdae5ca048
Updated versions and changelogs
2024-04-14 11:41:00 +02:00
Daniele Forsi
8c3f7e3775
Remove unused includes and use more direct includes
2024-04-11 23:31:34 +02:00
Daniele Forsi
92246cdc71
Fix typing errors found with codespell and more
2024-04-06 12:39:18 +02:00
f4exb
cb89392c86
Updated versions and changelogs
2024-03-17 21:23:30 +01:00
f4exb
5dcf7f7d40
Updated versions and changelogs
2023-12-31 19:16:27 +01:00
f4exb
86a1d15eba
Frequency Scanner: handle change of I/Q stream in tracked channels
2023-12-14 21:57:49 +01:00
f4exb
5ed6f060a0
Frequency Scanner: allow scanning channels of a MIMO device
2023-12-14 21:57:49 +01:00
f4exb
68601d6947
SSB demod: better algorithm for AGC limitation. For #1918
2023-12-11 01:49:11 +01:00
f4exb
4e25f4d678
Removed useless AGC clamping
2023-12-11 01:49:11 +01:00
f4exb
aee055e883
SSB demod: added FIR LP filter after AGC to smooth out sharp peaks
2023-12-11 01:49:11 +01:00
f4exb
78068fd5f2
Updated versions and changelogs
2023-12-04 21:40:42 +01:00
f4exb
9776e77fd5
SSB demod: tie AGC steep transition correction to AGC clamping
2023-12-03 13:48:44 +01:00
f4exb
2f5cbd1092
SSB demod: further optimize AGC steep transitions mitigation
2023-12-01 17:24:28 +01:00
f4exb
b402739db6
SSB demod: mitigate AGC steep transitions causing audio clicks
2023-11-30 14:11:36 +01:00
f4exb
3a944fa209
Rewriting of copyright notices for plugins/channelrx. Part of #1893
2023-11-18 12:02:48 +01:00
Jon Beniston
e799e5eb72
Fix resize cursor not being cleared when mouse moves over child widgets
2023-11-13 20:51:03 +00:00
srcejon
6e55c030b6
Use DialogPositioner for AudioSelectDialog so it opens on screen.
2023-11-09 22:30:34 +00:00
f4exb
44d61e259b
SSB demod: save DNR settings in the filter bank
2023-11-05 13:23:31 +01:00
f4exb
91815cc87e
SSB demod DNR API support
2023-11-05 12:24:32 +01:00
f4exb
179cd71c54
SSB demod noise reduction. Fixes #1874
2023-11-05 10:33:27 +01:00
f4exb
8824bd5e44
SSB mod and demod: corrected frequency scale
2023-07-08 06:17:24 +02:00
f4exb
812c812678
SSB demod: corrected SSB spectrum display so that times are displayed correctly in the waterfall
2023-07-07 19:29:16 +02:00
f4exb
040ca0c2d0
SSB demod: handle DSPConfigureAudio message correctly
2023-07-07 04:58:34 +02:00
f4exb
e7cb998437
SSB demod: optimize audio buffer size
2023-06-29 00:50:39 +02:00
f4exb
3f392d3be7
Rx channel demods: prevent possible reading past audio buffer end - take 2. For #1661
2023-04-25 23:09:42 +02:00
f4exb
59e664c028
Revert "Rx channel demods: prevent possible reading past audio buffer end. For #1661 "
...
This reverts commit 91f48444523c2225d2c4a84670c43020786506ea.
2023-04-25 20:27:57 +02:00
f4exb
91f4844452
Rx channel demods: prevent possible reading past audio buffer end. For #1661
2023-04-22 12:33:37 +02:00
f4exb
e384c06739
use MsgConfigureSpectrumVis in place of corresponding GLSpectrum set methods. Fixes #1624
2023-04-09 11:47:50 +02:00
f4exb
5b169a3978
Updated versions and changelogs
2023-02-23 01:02:36 +01:00