Commit Graph

2849 Commits

Author SHA1 Message Date
Marat Fayzullin 5488c29807 Added 10Hz, 20Hz, and 50Hz steps for CW listeners. 2023-05-18 22:50:57 -04:00
Marat Fayzullin 400c36a4f9 Preparing for OWRX+ 1.2.15 release. 2023-05-13 13:18:45 -04:00
Marat Fayzullin 95fb8b8dda Optimized stopping the scanner. 2023-05-13 13:16:12 -04:00
Marat Fayzullin 6d6b8c7d16 Switched to Math.round() to compute FFT index. 2023-05-12 23:42:11 -04:00
Marat Fayzullin ffab6fb317 Cleanup. 2023-05-12 23:36:35 -04:00
Marat Fayzullin 094b19ab45 Also adding 13dB to the current bookmark level. 2023-05-12 23:11:08 -04:00
Marat Fayzullin 6e717ac656 Added ~13dB to account for discrepancy between S-meter and FFT data. 2023-05-12 22:51:56 -04:00
Marat Fayzullin de0560b95a Added scanner-running icon. 2023-05-12 22:24:46 -04:00
Marat Fayzullin 8de64d16ec Stopping scanner when a frequency is clicked. 2023-05-12 21:28:46 -04:00
Marat Fayzullin 64f539c520 Scanner enabled by right-click on the SQUELCH button. 2023-05-10 20:05:12 -04:00
Marat Fayzullin f69f19e9e0 Optimizing code. 2023-05-10 11:25:50 -04:00
Marat Fayzullin cfd2b919d1 Now getting scanner threshold from the squelch slider. 2023-05-10 00:15:41 -04:00
Marat Fayzullin 60f70b71eb Optimizing data processing for spectrum and scanner. 2023-05-10 00:03:45 -04:00
Marat Fayzullin e728fea6b6 Adding basic scanner for bookmarked frequencies. 2023-05-09 23:48:21 -04:00
Marat Fayzullin c29d099b6e Updated CSDR version requirement. 2023-05-07 11:27:45 -04:00
Marat Fayzullin e5113c6674 Incrementing version to 1.2.14. 2023-05-06 23:30:26 -04:00
Marat Fayzullin 4d90b77943 Preparing for 1.2.14 release. 2023-05-06 23:22:47 -04:00
Marat Fayzullin d6b2a0a7de Fixed 4m band edges to fir most country-specific allocations. 2023-05-06 23:04:52 -04:00
Marat Fayzullin 5b30b4a7eb Moving MSK144 parser. 2023-05-06 22:53:16 -04:00
Marat Fayzullin 8762a45204 Merge branch 'msk144' of https://github.com/luarvique/openwebrx into msk144 2023-05-06 20:17:30 -04:00
Marat Fayzullin e62747ca21 Added parser. 2023-05-06 20:17:09 -04:00
Marat Fayzullin b500367e9a Porting MSK144 decoder from the OWRX 'develop' branch. 2023-05-06 20:17:09 -04:00
Marat Fayzullin 50c288dfaf Adding ImageMagick feature check. 2023-05-06 19:24:27 -04:00
Marat Fayzullin 22f004d833 Improved fax parser, added conversion from BMP to PNG files. 2023-05-06 19:13:05 -04:00
Marat Fayzullin bf344ab93f Added parser. 2023-05-06 19:10:57 -04:00
Marat Fayzullin 6a234ed2bc Porting MSK144 decoder from the OWRX 'develop' branch. 2023-05-05 23:36:30 -04:00
Marat Fayzullin 7d590a3f03 Fixing a typo. 2023-05-05 23:06:33 -04:00
Marat Fayzullin 428e7a6044 Disabling RLE for now. 2023-05-05 23:04:25 -04:00
Marat Fayzullin acec6d0d19 Fixing the overflow problem when pushing fax data to HTML. 2023-05-03 19:26:08 -04:00
Marat Fayzullin 92c67cb6d7 Fixing issues with SSTV and FAX parsers. 2023-05-01 20:55:43 -04:00
Marat Fayzullin 9fbd21952a Small FaxParser fix. 2023-05-01 15:51:37 -04:00
Marat Fayzullin fd7166591b Fixing color order issue with SSTV and FAX displays. 2023-05-01 11:38:33 -04:00
Marat Fayzullin de5a9d129e No viewport. 2023-05-01 11:03:22 -04:00
Marat Fayzullin c4f0b3dfb1 Updating files browser. 2023-05-01 11:01:27 -04:00
Marat Fayzullin 5708113ef2 Fixing bandpass font spec. 2023-04-29 18:18:47 -04:00
Marat Fayzullin fb83e3e423 Fixed bandpass indicator getting cut off. 2023-04-29 17:24:03 -04:00
Marat Fayzullin 0c06d5bf4d Preparing for the oncoming 1.2.13 release. 2023-04-28 18:50:10 -04:00
Marat Fayzullin c1314cba2a Fixed bug with modified bandpass resetting on frequency change. 2023-04-27 20:10:59 -04:00
Marat Fayzullin f7b7e3905b Adding AFC sampling period. 2023-04-26 19:25:43 -04:00
Marat Fayzullin 0522f474d7 Fixing a bug in the fax parser. 2023-04-26 16:50:31 -04:00
Marat Fayzullin 07a216e547 Making SAM AFC slower to save CPU time. 2023-04-26 11:37:15 -04:00
Marat Fayzullin c8652cbae8 Removing sampling rate from SAM parameters. 2023-04-26 11:36:49 -04:00
Marat Fayzullin 3e81443986 Updating Afc instantiation. 2023-04-26 11:18:32 -04:00
Marat Fayzullin 9122e31c1b Updating for the latest SAM design. 2023-04-24 00:19:20 -04:00
Marat Fayzullin f7edb2dc69 Merge branch 'sam' of https://github.com/luarvique/openwebrx into sam 2023-04-23 23:26:26 -04:00
Marat Fayzullin 09e6d05390 Adding synchronous AM detector. 2023-04-23 23:26:00 -04:00
Marat Fayzullin 8b1a87111a Restricting image tiles in file browser to 32% width. 2023-04-23 20:27:00 -04:00
Marat Fayzullin b6d585060f Adding 12500 and 25000 tuning steps, correcting Python package info. 2023-04-23 19:16:52 -04:00
Marat Fayzullin 993419a77d Updating changelog. 2023-04-23 16:41:08 -04:00
Marat Fayzullin 8d2aa29598 Fixing a typo 2023-04-23 14:38:56 -04:00