Commit Graph

2601 Commits

Author SHA1 Message Date
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
Jakob Ketterl 49e3bd3b80 remove old canvases from the dom to reduce memory footprint 2016-10-29 19:43:18 +00: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
Jakob Ketterl fba07c521a refactor dsd parametrization 2016-10-22 21:52:22 +00:00
Jakob Ketterl 9569fbd72e narrower filter for dstar & nxdn 2016-10-22 21:51:51 +00: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
Jakob Ketterl 0a389256eb mute audio when buffer is empty 2016-10-16 19:40:03 +00:00
Jakob Ketterl ddac30db63 add integrations for dmr, d-star and nxdn via dsd 2016-10-15 14:30:30 +00:00
ha7ilm 875b1a5384 Squelch level can be set from URL 2016-08-14 15:33:38 +02:00
ha7ilm 1a04b18a45 Added configuration settings for mathbox waterfall 2016-08-12 14:51:06 +02:00
ha7ilm 2bc0957b98 Even more smoother! 2016-08-11 23:22:52 +02:00
ha7ilm 81be5fb49a Now you can toggle mathbox and waterfall 2016-08-11 22:57:46 +02:00
ha7ilm 327ef6b51b Added waterfall_clear() 2016-08-11 22:53:28 +02:00
ha7ilm 5b360f86ea Now the waterfall will not fall out of the graph area! 2016-08-11 22:18:46 +02:00
ha7ilm 0a09d31439 Beautiful, smooth movement on the 3D waterfall! (It just goes out of the graph area sometimes...) 2016-08-11 22:07:22 +02:00
ha7ilm 8dc6675b28 No more disappearing spikes due to nearest-neightbour interpolation 2016-08-11 22:03:29 +02:00
ha7ilm 0c5fab0e51 Found where to define the granularity of the surface! 2016-08-11 22:00:34 +02:00
ha7ilm 15ed0c017e Added message about WebSocket opened 2016-08-11 21:28:11 +02:00
ha7ilm ea9bf58efe Trying to do some smooth movement 2016-08-10 14:54:56 +02:00
ha7ilm 60b873fd0e Added colors 2016-08-10 14:32:23 +02:00
ha7ilm 182067f801 Okay, fixed rearrange to getY 2016-08-10 13:51:04 +02:00
ha7ilm 4b5e7ec55a Have a working 3D waterfall... 2016-08-10 13:48:43 +02:00
ha7ilm 3e833b3bdc Rearranged some code into getY 2016-08-10 13:46:42 +02:00
ha7ilm 726ba4023b We have some 3D waves 2016-08-10 13:12:02 +02:00
ha7ilm 49e7bd89da Added #mute (not perfect, starts with a glitch) 2016-08-10 11:09:43 +02:00
ha7ilm 8b950ae5f5 Added toolbar button for 3D spectrum 2016-08-10 10:57:35 +02:00
ha7ilm 6f52c2dd2c Grey background for Mathbox 2016-08-07 19:27:46 +02:00
ha7ilm f45b209485 Added Mathbox files 2016-08-07 19:24:20 +02:00
ha7ilm 044b93d722 Mathbox example added 2016-08-07 19:03:48 +02:00
ha7ilm b2fe78cef1 Added three.js 2016-08-07 18:14:05 +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