1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-02-26 11:20:06 -05:00

10656 Commits

Author SHA1 Message Date
f4exb
499b7bb0fe Denoiser: disable for Mac and fix audio mute 2026-01-11 00:43:39 +01:00
f4exb
28c3a4da9c Added rnnoise library to the external libraries build 2026-01-10 21:27:09 +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
Edouard Griffiths
3eae58bf4a
Merge pull request #2595 from f4exb/fix-1864
TestSink and FileSink updates. Fix 1864
2026-01-05 01:13:00 +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
Edouard Griffiths
727189e4ff
Merge pull request #2594 from f4exb/fix-1859
Regenerated swagger generated code from lastest commit in f4exb swager-codegen. Fixes #1859
2026-01-04 18:09:44 +01:00
f4exb
d34cac3f6f Regenerated swagger generated code from lastest commit in f4exb swagger-codegen. Fixes #1859 2026-01-04 13:25:30 +01:00
Edouard Griffiths
849f408986
Merge pull request #2593 from f4exb/feature-hackrf-upd
Updates on HackRF fixing #2509 and #2513
2026-01-04 11:43:02 +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
Edouard Griffiths
71fc02f0f8
Merge pull request #2591 from f4exb/fix-2412
BFM Demodulator enhancements and fixes. Fix 2412, 2413 and 2374
2026-01-04 03:25:45 +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
Edouard Griffiths
d48f5628ac
Merge pull request #2590 from f4exb/feature-2561
FT8 Demodulator: added option to send reports to PSK reporter. Fixes #2561
2026-01-03 22:05:41 +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
Edouard Griffiths
a19e7d0cbe
Merge pull request #2586 from f4exb/feature-2454
DATV modulator: implement still image source for the TS. Fixes #2454
2026-01-01 18:53:36 +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
Edouard Griffiths
a88fc90851
Merge pull request #2585 from rogerwim/master
Correct null PID behaviour for DVB-S modulator
2025-12-30 01:38:14 +01:00
Roger van Bommel
3e84c65cb8 Correct null PID behaviour for DVB-S modulator 2025-12-29 20:21:23 +01:00
Edouard Griffiths
7aad0b97db
Merge pull request #2584 from srcejon/mac_ci
Update github Mac/Intel runner to macos-15-intel
2025-12-29 20:04:03 +01:00
srcejon
6f9744736d Update github Mac/Intel runner to macos-15-intel as macos-13 is no longer available 2025-12-29 09:22:57 +00:00
f4exb
6df81f8a1e Fixed channel MIMO destructors 2025-12-22 19:23:14 +01:00
f4exb
9ba1f9c3e8 Added instructions for Copilot 2025-12-22 11:51:45 +01:00
f4exb
502e751ae7 Publish v7.22.10 v7.22.10 2025-12-22 09:32:35 +01:00
Edouard Griffiths
fd1c277eb9
Merge pull request #2573 from srcejon/fix_2572
Use Qt 6.9.3 on Windows for #2572
2025-12-21 22:49:00 +01:00
Jon Beniston
926ed71dba Use Qt 6.9.3 on Windows for #2572 2025-12-12 09:58:10 +00: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
Edouard Griffiths
b6c8940345
Merge pull request #2565 from srcejon/fix_2564
ADSB: Fix link to opensky-network.
2025-11-25 21:27:03 +01: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
Edouard Griffiths
175e7c60b2
Merge pull request #2563 from srcejon/fix_2562
Snap: Add libspeechd2 for text 2 speech synthesis
2025-11-21 15:08:08 +01:00