Commit Graph

142 Commits

Author SHA1 Message Date
ha7ilm 71d92c6767 FFTS and DAT are now correctly received at the browser 2017-05-05 19:45:30 +02:00
ha7ilm 50748ec042 This version at least does not hang when selecting BPSK31. 2017-05-04 23:48:09 +02:00
ha7ilm 15a798cf5f Implemented server side for digimodes 2017-05-04 20:35:40 +02:00
ha7ilm 42b7bea839 Added nanoscroller, retabbed index.wrx and did some work on the digidemod UI 2017-05-03 16:32:47 +02:00
ha7ilm 067592ff57 New CSS animation to add new demod text is just coool 2017-05-03 00:32:08 +02:00
ha7ilm 4ba8861c3a Removed plugins directory, no dsp plugins anymore. The csdr plugin has quite coalesced with OpenWebRX now. 2017-05-02 22:25:34 +02:00
ha7ilm 9e8f8e986d Retabbed anything else in python 2017-05-02 15:17:50 +02:00
ha7ilm 2b11e0f94a Retabbed python code and added secondary demodulators 2017-05-02 15:12:14 +02:00
ha7ilm ffe141f2a0 Added vim swp to gitignore 2017-04-19 20:52:00 +02:00
ha7ilm fc91dc9ea2 Added optional 3D cursor 2017-04-19 20:12:18 +02:00
ha7ilm 5e3debcaa8 Some UI changes; added jQuery 2017-04-19 19:59:26 +02:00
András Retzler 28d6772b62 Editing the master branch from GitHub text editor might be considered too brave 2017-03-18 13:12:45 +01:00
ha7ilm bc4e0f7ad8 rx_tools support added 2017-03-06 00:03:13 +01:00
ha7ilm 6afdbe812e Added notes about CPU usage 2017-01-28 15:19:16 +01:00
ha7ilm c1d8fceea5 nmux: Small fixes 2017-01-19 19:49:09 +01:00
ha7ilm 2c5089d18d Added nmux_memory option to config_webrx and added auto calculation of nmux parameters to openwebrx.py. Also bumped version number to 0.15 2017-01-19 17:54:45 +01:00
ha7ilm cabb3adb3b Added support for nmux 2017-01-19 17:22:07 +01:00
ha7ilm 1d19b07833 Added some comments to config_webrx 2016-10-30 10:23:12 +01:00
ha7ilm 943fa47a1c Fixed auto waterfall levels for this color scheme; added waterfall_auto_level_margin option to config_webrx 2016-10-30 10:14:27 +01:00
ha7ilm a31d4b9fe2 Moved fft_averages calculation to openwebrx.py. Renamed fft_overlap to fft_voverlap_factor because it is not related to overlapped FFT. It is rather related to the vertical overlap of the amplitudes (calculated from FFT bins) on the display. 2016-10-29 21:22:31 +02:00
ha7ilm 816f860de3 Readded old waterfall colors to config_webrx.py as an option, fixed formatting in config 2016-10-29 20:43:16 +02:00
András Retzler 398fcfdc0b Merge pull request #49 from tejeez/master
Improved waterfall display by @tejeez
2016-10-29 19:48:09 +02:00
Tatu Peltola f38243d8b8 FFT averaging now works on any FFT size + some cleanup 2016-10-22 22:43:51 +03:00
Tatu Peltola 4f01756006 Merge branch 'master' of https://github.com/tejeez/openwebrx 2016-10-22 21:30:54 +03:00
ha7ilm 875b1a5384 Squelch level can be set from URL 2016-08-14 15:33:38 +02:00
ha7ilm 62f49cbf4c Automatically increase audio_buffer_size if audio_context.sampleRate is higher 2016-07-24 13:51:09 +02:00
ha7ilm 716fe9dc7c Corrected sample rate for audio overrun calculation. 2016-07-24 13:34:15 +02:00
ha7ilm adbffd3b56 Fixed TOTAL_MEMORY and replaced sdr.js with a new one 2016-07-24 12:13:28 +02:00
ha7ilm 79caad228e More debug information (loopstat) 2016-06-23 11:18:00 +02:00
ha7ilm 4a79c6762a OpenWebRX will show verbose debug information on USR1 signal 2016-06-21 12:00:28 +02:00
ha7ilm 020af11d1a Bugfix in client cleanup 2016-06-21 11:38:25 +02:00
ha7ilm 77db628903 Removed some console.log()s 2016-06-17 21:27:17 +02:00
ha7ilm ae5c598a3c Some effects :-) 2016-06-17 13:47:15 +02:00
ha7ilm b98e75f1f9 Updated config file, added example for playing raw I/Q files 2016-06-17 11:07:17 +02:00
Tatu Peltola e3a51a45f3 Changed zoom levels 2016-06-07 22:55:58 +03:00
Tatu Peltola 6df72f3a98 Made waterfall palette with better contrast 2016-06-07 22:04:27 +03:00
Tatu Peltola e9578c620b Put number of averages in configuration 2016-06-07 21:51:04 +03:00
Tatu Peltola 0eb1364cf7 Use FFT averaging 2016-06-07 21:00:10 +03:00
András Retzler fe31e6131f Update config_webrx.py 2016-04-23 11:20:35 +02:00
ha7ilm 24b1541fae Removed "csdr clipdetect_ff" from the SSB chain. 2016-04-11 18:01:31 +02:00
ha7ilm 790d9872e7 Added external IP auto-detection 2016-04-11 14:48:59 +02:00
András Retzler 3f9b0cf07f Auto gain note 2016-04-07 17:40:21 +02:00
ha7ilm 48a3de60d2 Added play button for iOS support. 2016-04-02 22:41:39 +02:00
ha7ilm 30e6dd97fa get_cpu_usage workaround for Mac 2016-03-31 10:08:08 +02:00
András Retzler 09f81ab1e7 convert_f_i16 -> convert_f_s16 2016-03-30 16:47:40 +02:00
ha7ilm 70a04da98b Audio now works on iPad. 2016-03-27 00:47:26 +01:00
ha7ilm 7b1d698575 Fixed filter envelope size 2016-03-21 11:08:59 +01:00
ha7ilm b1896a7c02 Updated screenshot 2016-03-21 10:21:48 +01:00
ha7ilm 0c19b403b8 Added gfx for buttons. 2016-03-21 10:11:04 +01:00
ha7ilm bda8b11811 Updated log window contents. 2016-03-21 10:09:06 +01:00