1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00
Commit Graph

6167 Commits

Author SHA1 Message Date
f4exb 7e0892801c Denoiser feature: build only for Linux 2026-01-11 09:18:15 +01:00
f4exb 499b7bb0fe Denoiser: disable for Mac and fix audio mute 2026-01-11 00:43:39 +01:00
f4exb 3074f16469 AM, NFM, BFM, WFM SSB demods: do not mute audio on the demod stream 2026-01-10 21:14:23 +01:00
f4exb 8ea74456f6 Denoiser: complete features and added readme 2026-01-10 18:19:57 +01:00
f4exb 4e0eecc595 RNnoise feature: basic implementation of audio 2026-01-07 13:39:58 +01:00
f4exb ed297a824e WDSP Rx: decouple data pipes handling from audio handling 2026-01-07 13:38:05 +01:00
f4exb 455f8a8034 Denoiser feature base commit 2026-01-06 07:54:29 +01:00
f4exb 90de3777a6 FileSink: fixes crash on interpolation change. Revamped GUI interface to match TestSink. Complements #1864 2026-01-04 21:59:18 +01:00
f4exb 6ee3044cb0 TestSink: fixes crash on interpolation change. Fixes #1864 2026-01-04 21:58:31 +01:00
f4exb b10c4bbc05 HackRF: extend lo correction range to [-100.0, 100.0] ppm. Fixes #2509 2026-01-04 03:51:25 +01:00
f4exb 4be9883524 HackRF: allow different frequencies for Tx and Rx and synchronize sample rates. Fixes #2513 2026-01-04 03:42:25 +01:00
f4exb 7c2272d913 BFM Demodulator: added a combo to select de-emphasis time constant. Fixes #2374 2026-01-04 01:04:04 +01:00
f4exb 6d3a001f6b BFM Demodulator: added an audio mute button. Fixes #2413 2026-01-03 23:49:41 +01:00
f4exb 7ff0721e70 BFM demodulator: fixed audio mono/stereo switch. Fixes #2412 2026-01-03 22:13:14 +01:00
f4exb 54b521faed Sonar fix 2026-01-03 19:12:55 +01:00
f4exb 89a15d4d6a FT8 Demodulator: added option to send reports to PSK reporter. Fixes #2561 2026-01-03 15:45:13 +01:00
f4exb c334ffeeec DATV modulator: use the libavcodec version to figure out write_packet_cb prototype 2026-01-03 13:36:43 +01:00
f4exb ce2c5207aa DATV modulator: fixed write_packet_cb prototype depending on FF_API_AVIO_WRITE_NONCONST value. Fixes PR #2586 2026-01-03 12:31:07 +01:00
f4exb 0ddbba7815 DATV modulator: fixed still image timestamp implementation to be portable. Fixes PR #2586 2026-01-03 12:16:53 +01:00
Edouard Griffiths 005ef9973b Merge pull request #2588 from f4exb/fix-2560
FT8 demod: create logs and save directories if they do not exist. Fixes #2560
2026-01-03 02:14:33 +01:00
f4exb 5c02987c5a FT8 demod: create logs and save directories if they do not exist. Fixes #2560 2026-01-01 22:41:47 +01:00
Edouard Griffiths a0e0457f20 Merge pull request #2587 from dforsi/fix/demodbfm
Don't show a double minus sign per pilot power dB value
2026-01-01 20:48:57 +01:00
Daniele Forsi 84e5d2c5fe Don't show a double minus sign per pilot power dB value 2026-01-01 16:27:17 +01:00
f4exb 5145fd1368 DATV modulator: more Sonar fixes 2026-01-01 15:48:31 +01:00
f4exb b15134e1ff DATV modulator: use localtime_r instead of localtime 2026-01-01 15:37:41 +01:00
f4exb 6c347095e5 DATV modulator: Sonar fix 2026-01-01 12:56:52 +01:00
f4exb 7cf1a28b48 DATV modulator: implement still image source for the TS. Fixes #2454 2026-01-01 11:13:03 +01:00
Roger van Bommel 3e84c65cb8 Correct null PID behaviour for DVB-S modulator 2025-12-29 20:21:23 +01:00
f4exb 6df81f8a1e Fixed channel MIMO destructors 2025-12-22 19:23:14 +01:00
f4exb 502e751ae7 Publish v7.22.10 2025-12-22 09:32:35 +01:00
Edouard Griffiths b80ef49adb Merge pull request #2567 from srcejon/fix_2552
USRP: Call setBuddySharedPtr even if open fails.
2025-11-27 08:17:10 +01:00
Edouard Griffiths 96b096082e Merge pull request #2566 from srcejon/fix_qt_6_10
Fix build with Qt 6.10.1.
2025-11-26 21:10:21 +01:00
Jon Beniston 3e912352f6 USRP: Call setBuddySharedPtr even if open fails. Fix one of the bugs in #2552 2025-11-26 15:48:45 +00:00
Jon Beniston fd6a8d51f8 Fix build with Qt 6.10.1.
Temporarily disable 2D Map move to front, as it causes a crash with Qt 6.10.
2025-11-24 13:57:30 +00:00
Jon Beniston dc6bda9824 ADSB: Fix ilnk to opensky-network. #2564 2025-11-24 13:30:07 +00:00
Jon Beniston d3eca75b28 Freq Scanner: Add import/export to/from .csv. For #2557 2025-11-17 10:31:00 +00:00
p5scrb2 62d311c29a use correct server instance for error message; prevents crash due to null pointer 2025-11-13 17:29:34 +01:00
Jon Beniston 6f838a15ec AIS/Radiosonde demods: Fix negative index into buffer. #2101 2025-11-03 13:34:10 +00:00
Jon Beniston baaf6e43c7 SSBMod: Initialise baseband settings when device is started. Fixes #2539 2025-10-31 09:09:59 +00:00
Jon Beniston 8d54c7ec17 ADS-B: Add departure and arrival notifications. 2025-09-29 09:27:33 +01:00
f4exb b935db0228 Publish version 7.22.9 2025-09-28 21:27:43 +02:00
Jon Beniston 4b45198bcd RigCtlServer: Add missing enabled setting key. Fixes #2515 2025-09-19 09:21:15 +01:00
Edouard Griffiths 4d10b0bfec Merge pull request #2508 from srcejon/adsb_docs
ADS-B: Add recommended initial device settings for RTL SDR to docs.
2025-09-08 04:45:45 +02:00
Edouard Griffiths 68fd2b3522 Merge pull request #2507 from srcejon/fix_2506
Set csv as default filename extension for save file dialogs.
2025-09-07 23:50:02 +02:00
Jon Beniston d8f7fa7a2c ADS-B: Add recommended initial device settings for RTL SDR to docs. 2025-09-07 11:37:33 +01:00
Jon Beniston df95acae65 Set csv as default filename extension for save file dialogs. #2506 2025-09-07 10:57:29 +01:00
Jon Beniston def1628d51 Heat Map: Increase precision of coordinates to 6 decimal places. For #2504 2025-09-04 16:29:19 +01:00
Jon Beniston 34168f496c Rotator Controller: Add line ending setting for GS-232 protocol. For #2486 2025-08-08 17:18:15 +01:00
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
Jon Beniston 88e52f362a Fix type forward declaration. 2025-07-07 12:54:19 +01:00