Commit Graph

48 Commits

Author SHA1 Message Date
AlexandreRouma
14cb839863 clean up rds code and fix use before init 2024-01-29 18:43:46 +01:00
AlexandreRouma
2432390600 Completely redid the RDS demod 2023-12-13 23:25:46 +01:00
AlexandreRouma
3420808f3a added high-pass filter in NFM mode 2023-03-25 19:09:27 +01:00
AlexandreRouma
5b47f900a6 more android bullshit 2023-02-25 20:59:12 +01:00
AlexandreRouma
7723d15e8f Switched to a custom logging lib instead of that spdlog junk 2023-02-25 18:12:34 +01:00
AlexandreRouma
7cfc30ee6e new cmake stuff 2023-02-14 16:25:05 +01:00
AlexandreRouma
8a2d0fe56b Recorder bugfix + rewrote RTL-TCP source to use new network lib 2023-02-03 02:38:08 +01:00
AlexandreRouma
ce3fea3747 fixed lowpass setting not presistent for NFM 2022-09-01 18:12:59 +02:00
AlexandreRouma
575a941e24 More DSP cleanup + Remove FastFFT option because it should never be used 2022-07-27 21:35:36 +02:00
AlexandreRouma
5bf5a10a12 bugfix + work on scanner 2022-07-15 17:17:53 +02:00
AlexandreRouma
30b6c2b1da Code cleanup and optimisation$ 2022-07-08 17:30:43 +02:00
AlexandreRouma
96f5b37f76 Added RDS error correction (still needs better clock recovery) 2022-07-08 01:02:36 +02:00
AlexandreRouma
b5857e2078 bugfix because std::chrono is stupid 2022-07-06 22:32:27 +02:00
AlexandreRouma
edf22ccfe8 Added basic RDS support, no error correction yet 2022-07-06 22:11:49 +02:00
AlexandreRouma
3f6687659e Prototype noise blanker 2022-06-26 03:42:22 +02:00
AlexandreRouma
c3ddffb3a9 UI fix 2022-06-23 23:37:12 +02:00
AlexandreRouma
7d64d78d67 rollback 2022-06-23 22:25:39 +02:00
AlexandreRouma
fb0e0d732b Attempted cmake cleanup 2022-06-23 22:21:25 +02:00
AlexandreRouma
db034527e9 cleanup and better defaultzs 2022-06-23 21:30:38 +02:00
AlexandreRouma
218fd6ccf4 another attempt at a fix 2022-06-22 05:20:40 +02:00
AlexandreRouma
f2b8418a25 hopefully a fix for the linux crash 2022-06-22 04:58:03 +02:00
AlexandreRouma
b943e6e869 Code cleanup, bugfix and optimisation 2022-06-21 19:54:03 +02:00
AlexandreRouma
f7c566f652 More work 2022-06-21 17:24:48 +02:00
AlexandreRouma
53afaeda9e Fixes 2022-06-20 18:15:35 +02:00
AlexandreRouma
1dddbadd04 More work 2022-06-18 00:33:08 +02:00
AlexandreRouma
36adc102ee attemt at a CI build with new DSP 2022-06-17 17:34:23 +02:00
AlexandreRouma
343ec6ca1c lots o shit 2022-06-15 16:08:28 +02:00
AlexandreRouma
80d244003a
Merge pull request #649 from AlexandreRouma/backend_abstraction
Backend abstraction and android support
2022-03-28 22:27:38 +02:00
AlexandreRouma
2779516378 Switched to new cleaner argument system 2022-02-24 20:49:53 +01:00
Daniele Forsi
98f4f560ad Fix spelling errors
Fixed with:
codespell --ignore-words-list=hist,parm,sur --skip=./core/src/imgui,./core/src/json.hpp,./core/libcorrect,./core/src/spdlog,./misc_modules/discord_integration/discord-rpc,./misc_modules/discord_integration/discord-rpc/include/rapidjson,./source_modules/sddc_source/src/libsddc
2022-02-20 16:19:05 +01:00
AlexandreRouma
51c940acd4 Updated to ImGui 1.87 to cleanup UI code 2022-02-14 23:33:52 +01:00
AlexandreRouma
3ab669ecda Radio CW demod bugfix + more cleanup 2022-01-29 17:27:38 +01:00
AlexandreRouma
860121dad2 Added CW tone option plus clean up 2022-01-29 16:55:31 +01:00
AlexandreRouma
07294034f6 Added preset system for FM IF NR 2021-12-24 21:42:04 +01:00
AlexandreRouma
ea587db0cb Formatted the entire codebase and added a CI check for formatting 2021-12-19 22:11:44 +01:00
AlexandreRouma
f1a231b791 Added new deemphasis mode + new image widget 2021-12-18 21:23:23 +01:00
AlexandreRouma
5483268f8f Added error dialog to module manager and fixed typo 2021-12-16 16:49:19 +01:00
AlexandreRouma
6c7e952be3 Further APT tuning 2021-12-13 18:12:17 +01:00
AlexandreRouma
cee0f75870 bugfix + improved NFM IF noise reduction (less distortion) 2021-12-12 20:06:21 +01:00
AlexandreRouma
15010cff01 Added a noise blanker for SSB and DSB 2021-12-10 22:25:22 +01:00
AlexandreRouma
241632288e Fixed IF reduction not working with multivfo + Added beginning of IF notch code 2021-12-09 19:43:57 +01:00
AlexandreRouma
c1942ac51d
Fixed wrong default deemphasis mode on WFM 2021-12-08 04:15:05 +01:00
AlexandreRouma
91370993a2 Further NR tuning 2021-12-08 03:07:52 +01:00
AlexandreRouma
2a5671878f new FM IF noise reduction + bugfix 2021-12-08 02:10:41 +01:00
AlexandreRouma
1594051a5d Switch old radio module to new radio module 2021-12-07 23:56:11 +01:00
AlexandreRouma
9555dda8a4 More cmake cleanup 2021-10-04 03:31:13 +02:00
AlexandreRouma
44ad0a1a7e CMakeLists cleanup 2021-10-04 02:34:17 +02:00
AlexandreRouma
73393e36c6 Changed project structure 2021-10-03 16:50:36 +02:00