Commit Graph

1469 Commits

Author SHA1 Message Date
AlexandreRouma
27ab5bf3c1 Fix exceptions referenced in #1287 2024-01-22 19:46:01 +01:00
AlexandreRouma
159f59b858 fix return warning for #1234 2024-01-22 19:34:56 +01:00
AlexandreRouma
93cafe7109 fix typo referenced in #1083 2024-01-22 19:22:26 +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
AlexandreRouma
3e58d4ba31 fix missing return statement 2024-01-22 02:10:48 +01:00
AlexandreRouma
86dcec7495
Merge pull request #1284 from hzeller/20240121-adapt-rtaudio
Make compatible with rtaudio API 5 and 6.
2024-01-21 16:31:31 -08: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
AlexandreRouma
8cefeadbd4
Fix styling, modern computers can display more than 40 columns 2024-01-21 23:48:04 +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
fa76b4e865 Made the contributing policy more clear 2024-01-21 20:19:46 +01: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
e710b6c6dc Merge branch 'master' of https://github.com/AlexandreRouma/SDRPlusPlus 2024-01-17 06:29:41 +01:00
AlexandreRouma
a91434c5fe fix windows CI (hopefully) and rebuild with Android BlogV4 support 2024-01-17 06:28:16 +01:00
AlexandreRouma
ead2ac6128
Merge pull request #1267 from clouserw/readme-fix
add additional library to debian install instructions
2024-01-05 00:20:29 +01:00
Wil Clouser
505cbb0ba2
add additional library to debian install instructions 2024-01-04 14:01:00 -08:00
AlexandreRouma
b1030cbdfb Implement #1260 2023-12-27 03:53:43 +01:00
AlexandreRouma
f3c5b2c31f Fixed #1259 2023-12-26 23:10:44 +01:00
AlexandreRouma
794d6ff5ac clean up 2023-10-29 02:40:34 +01:00
AlexandreRouma
4803271115 fix #1212 2023-10-29 02:27:19 +01:00
AlexandreRouma
78daed7879 Implemented #1205 2023-10-11 21:50:23 +02:00
AlexandreRouma
5f297b1a69 undid the oopsie 2023-10-10 15:21:55 +02:00
AlexandreRouma
7c5d4226eb removed MacOS CI since it required payment (ew...) 2023-10-09 22:43:39 +02:00
AlexandreRouma
ec086ebbdf attempt at fixing M1 ci 2023-10-09 22:42:07 +02:00
AlexandreRouma
d10d420467 added MacOS M1 CI 2023-10-02 23:57:06 +02:00
AlexandreRouma
5bf989f49d fixed android build 2023-09-29 15:35:48 +02:00
AlexandreRouma
4b3b6976d6 removed rpi install script since it is not to be used 2023-09-29 14:52:30 +02:00
AlexandreRouma
55ddd383d2 Fix #1199 2023-09-29 14:42:45 +02:00
AlexandreRouma
a043ab2dd3
Merge pull request #1185 from daviderud/master
Netherlands bandplan and readme correction
2023-09-14 09:58:58 +02:00
Davide Rovelli
d270e1c5e8 Merge branch 'master' of https://github.com/daviderud/SDRPlusPlus 2023-09-14 05:53:25 +02:00
Davide Rovelli
e41f24a95e first version 2023-09-14 05:50:53 +02:00
Davide Rovelli
766b3db363 added clarification and correction 2023-09-14 05:43:00 +02:00
AlexandreRouma
0632342bb7 fixed MacOS packaging 2023-09-13 05:14:07 +02:00
AlexandreRouma
27b07ed0e8
Merge pull request #1163 from theverygaming/master
fixed buffer overflow in file source
2023-09-13 03:43:45 +02:00
AlexandreRouma
a824c83848
Update main.cpp 2023-09-13 03:16:12 +02:00
AlexandreRouma
0e50ee0e67
Update main.cpp 2023-09-13 02:51:44 +02:00
AlexandreRouma
a55d1d9c06
Merge pull request #1179 from isorochan/master
Fix typo in fastAmplitude()
2023-09-07 20:05:24 +02:00
Ivan
97187b790f
Fix typo in fastAmplitude() 2023-09-07 17:27:34 +03:00
AlexandreRouma
9c1361a8a9 Added radio mode info in the recorder and fixed horrible code in the rigctl_server module 2023-09-06 05:38:00 +02:00
AlexandreRouma
4d0d14856b added support for RTL-SDR v4 on MacOS 2023-09-06 04:12:04 +02:00
AlexandreRouma
365ab2325e MacOS CI fix 2023-09-06 03:39:12 +02:00
AlexandreRouma
4da7e686f3 Merge branch 'master' of https://github.com/AlexandreRouma/SDRPlusPlus 2023-09-04 22:19:59 +02:00
AlexandreRouma
c1d9ab64f8 fixed CI 2023-09-04 22:19:51 +02:00
AlexandreRouma
ea33135bf1
Merge pull request #1174 from Bastiti/master
Add 8m - Amateur to the Belgian Bandplan
2023-09-04 15:20:54 +02:00
Bastien Cabay
2081384905
Update belgium.json
https://www.ibpt.be/consommateurs/publication/decision-du-29-aout-2023-concernant-l-attribution-du-spectre-40.660-mhz---40.690-mhz-a-des-stations-de-radiocommunications-privees-dinstruction-individuelle-dintercommunication-technique-et-detudes-utilisees-par-des-radioamateurs
2023-09-04 14:47:13 +02:00
theverygaming
6b31134af2 do not play file when samplerate == 0 2023-08-27 13:28:21 +02:00
AlexandreRouma
99d2786c25
Merge pull request #1169 from nmaster2042/master
Update france.json
2023-08-26 16:07:07 +02:00
nmaster2042
320f4459ed
Update france.json
Change France Band plan 11m band high limit to 27,410 Mhz, see https://www.legifrance.gouv.fr/loda/article_lc/LEGIARTI000006430657/2020-10-31
2023-08-26 13:21:30 +02:00