Commit Graph

155 Commits

Author SHA1 Message Date
AlexandreRouma
d1dc20f4e2 fix rfnm device selection 2024-06-04 22:03:39 +02:00
AlexandreRouma
a93bb9d468 fix source/samplerate selection bugs 2024-05-26 22:27:47 +02:00
AlexandreRouma
e99e84e809 add gain slider and FM notch controls to RFNM source$ 2024-05-15 13:01:57 +02:00
AlexandreRouma
7a4281dd76 add rfnm_source module 2024-05-14 22:22:03 +02:00
AlexandreRouma
314d78d9d2
Add another missing include to the spectran source 2024-04-27 07:00:27 +02:00
AlexandreRouma
4e455e6661
Add missing include in spectran source 2024-04-27 06:53:15 +02:00
AlexandreRouma
38abfc715e potential fix for #677 2024-04-08 17:01:27 +02:00
AlexandreRouma
07eebd7018 potential fix for #677 2024-04-08 16:59:05 +02:00
AlexandreRouma
d12021fc2f potential fix for #1361 2024-04-08 16:37:03 +02:00
AlexandreRouma
8eaa987d90 fix spectran http source samplerate detection 2024-04-04 19:42:58 +02:00
AlexandreRouma
12f7efed32 Switch spectran http source module to use the remoteconfig endpoint as per #1354 2024-04-04 19:25:02 +02:00
AlexandreRouma
a987c112a3 fix crash when USRP has two frontends named the same 2024-02-17 17:37:37 +01:00
AlexandreRouma
f1339f08cf add workaround for uhd bug reporting same device twice 2024-02-17 06:30:06 +01:00
AlexandreRouma
650a61930c fix SDR++ server crash at high samplerates #1326 2024-02-13 18:39:11 +01:00
AlexandreRouma
edc08ddc08 more progress on the network source 2024-02-13 16:17:17 +01:00
AlexandreRouma
95052c34ff more work on network source and syntax cleanup in iq exporter 2024-02-13 03:11:37 +01:00
AlexandreRouma
01ab1831e8 more progress on the network source 2024-02-12 22:07:17 +01:00
AlexandreRouma
cd3e2b6c05
fix network source build on windows 2024-02-08 21:45:58 +01:00
AlexandreRouma
ba5380f9bb started work on the network source 2024-02-08 15:01:11 +01:00
AlexandreRouma
9501371c6c
Merge pull request #1302 from AlexandreRouma/master
keep new_rds branch updated
2024-01-29 01:45:32 +01:00
AlexandreRouma
f541328e5c
Merge pull request #1301 from AlexandreRouma/new_plutosdr_enum
New plutosdr enum
2024-01-28 23:39:33 +01:00
AlexandreRouma
be8edbfa9e revamp sdr++ server source networking code 2024-01-28 21:46:54 +01:00
AlexandreRouma
bc77bab45f improved plutosdr device naming 2024-01-28 17:23:18 +01:00
AlexandreRouma
97d0a07ec7 fix plutosdr commit persistence 2024-01-28 15:26:34 +01:00
AlexandreRouma
6b5de78e80 fix plutosdr source not updating samplerate on select 2024-01-28 14:39:01 +01:00
AlexandreRouma
1cd8c2510a fix plutosdr source error checking 2024-01-28 14:38:36 +01:00
AlexandreRouma
32cbd726fd implement enumeration and settings for plutosdr source 2024-01-28 02:16:20 +01:00
AlexandreRouma
175992b081 add android workaround 2024-01-28 00:25:46 +01:00
AlexandreRouma
31c9e5767e beginning of PlutoSDR context enumeration 2024-01-28 00:03:04 +01:00
AlexandreRouma
e6a02a3944 fix bad plutosdr bandwidth selection at very high samplerates 2024-01-27 22:52:11 +01:00
AlexandreRouma
00e6832055 add plutosdr bandwidth selection for #563 2024-01-27 22:49:39 +01:00
AlexandreRouma
bc8baca190 clean up plutosdr source code 2024-01-27 21:35:13 +01:00
AlexandreRouma
08e75b6d14 fix gain mode selection not always applying 2024-01-27 21:30:06 +01:00
AlexandreRouma
e9ec79f6ef modernise gain mode selection for plutosdr 2024-01-27 21:29:44 +01:00
AlexandreRouma
cd996292bc revamp plutosdr samplerate selection code 2024-01-27 21:12:26 +01:00
AlexandreRouma
f6052d913a bump version of updated modules 2024-01-26 19:00:36 +01:00
AlexandreRouma
eb36f86d41 added missing include 2024-01-26 17:21:51 +01:00
AlexandreRouma
859af77bd3 revamp RFspace source to use new networking library and fix buffering 2024-01-26 16:57:11 +01:00
AlexandreRouma
f5adc7c587 fix hermes lite buffering 2024-01-25 23:28:03 +01:00
AlexandreRouma
255988ee46 fix hermes lite enumeration issues and fix copy paste fail in network library 2024-01-25 22:27:59 +01:00
AlexandreRouma
27ab5bf3c1 Fix exceptions referenced in #1287 2024-01-22 19:46:01 +01:00
AlexandreRouma
74ae8a45d9 fix incorrect formatting again for #1288 2024-01-22 18:17:23 +01:00
AlexandreRouma
691216a298 fix incorrect formatting #1288 this time in the right branch... 2024-01-22 17:31:09 +01:00
Henner Zeller
5a003e99d2 Address review comments. 2024-01-21 15:36:41 -08:00
AlexandreRouma
f197cf6bd9
Fix styling in the other file 2024-01-21 23:49:23 +01:00
Henner Zeller
23ae66151b Make compatible with rtaudio API 5 and 6.
Recent rtaudio changed the API to not throw exceptions anymore and
also have DeviceIDs not queried by index but IDs that are provided
separately ( https://github.com/thestk/rtaudio/releases ).

Adapt the code-base to be compatible with the old and the new API
as we have to exepect that in a transition period both APIs are
common on various build platforms.
2024-01-21 14:37:30 -08:00
AlexandreRouma
052167962d fix the rtlsdr source on android again 2024-01-17 06:52:08 +01:00
AlexandreRouma
6fc41a81a7 fix build on android due to new librtlsdr function name 2024-01-17 06:41:25 +01:00
AlexandreRouma
193580caf3
Merge pull request #1270 from AlexandreRouma/master
merge
2024-01-08 06:18:00 +01:00
AlexandreRouma
b1030cbdfb Implement #1260 2023-12-27 03:53:43 +01:00