Commit Graph

476 Commits

Author SHA1 Message Date
Jakob Ketterl 00c5467a89 implement a ringbuffer in the audioworklet to optimize runtimes 2019-10-19 18:09:50 +02:00
Jakob Ketterl cc32e28b36 use the raw object name 2019-10-19 13:09:41 +02:00
Jakob Ketterl 72329a8a2a use a GainNode for volume control instead of custom code, thus improving
the feedback
2019-10-19 12:58:09 +02:00
Jakob Ketterl a102ee181a show wht method is being used in the log; fix console errors; 2019-10-19 12:39:42 +02:00
Jakob Ketterl 778591d460 an attempt to implement audioworklets was made. works mostly, but skips
samples
2019-10-19 01:19:19 +02:00
Jakob Ketterl 6bc928b5b6 fine-tune audio buffering 2019-10-18 21:34:00 +02:00
Jakob Ketterl 0b2c457030 kill client-side early rebuffering, improving the latency 2019-10-18 21:13:48 +02:00
Jakob Ketterl d53d3b7a51 clean up javascript as good as possible with the help of the IDE 2019-10-16 17:11:09 +02:00
Jakob Ketterl 72062c8570 let's apply some formatting 2019-10-16 13:17:47 +02:00
Jakob Ketterl 5b61f8c7a3 show message in log 2019-10-12 20:48:36 +02:00
Jakob Ketterl 8541f79ebc remove dial button 2019-10-12 17:34:49 +02:00
Jakob Ketterl ec4fd401cb update dropdown, too 2019-10-12 17:26:57 +02:00
Jakob Ketterl 98217b1745 dial frequencies as bookmarks 2019-10-12 17:14:28 +02:00
Jakob Ketterl e5193f3460 remove old code 2019-10-12 17:02:29 +02:00
Jakob Ketterl 60e90575ac refactor bookmarks into a self-contained javascript 2019-10-12 17:02:04 +02:00
Jakob Ketterl 8c2f081cb0 scale the background for large monitors 2019-10-06 14:22:49 +02:00
Jakob Ketterl 2e394dc2cb remove waterfall queueing 2019-10-05 20:38:58 +02:00
Jakob Ketterl b80fd9c023 update profile dropdown box on changes 2019-10-04 22:01:07 +02:00
Jakob Ketterl 3e25f1ec42 fix dialog flexbox layout (especially for firefox) 2019-10-04 00:56:46 +02:00
Jakob Ketterl 351f63f0b8 improve receiver button alignment 2019-10-04 00:17:40 +02:00
Jakob Ketterl 9f90d01dc6 simplify icon display 2019-10-03 23:55:04 +02:00
Jakob Ketterl e9f9bbb9c0 replace receiver_qra setting with locator calculation 2019-10-03 18:10:46 +02:00
Jakob Ketterl 3e8e2182a8 fix many, many problems with the frontend frequency displays, scroll and
drag handling, closes #13
2019-10-03 17:24:28 +02:00
Jakob Ketterl 6ae934e461 initialize demodulator with configured start values, fixes #9 2019-10-03 00:36:26 +02:00
Jakob Ketterl eb0f54e79d reset status values properly on reconnect 2019-10-02 23:48:13 +02:00
Jakob Ketterl 08e9520019 reduce png size by using indexed colors 2019-10-02 18:13:33 +02:00
Jakob Ketterl 5903ae1603 prevent the meta panel from disappearing 2019-09-29 17:16:08 +02:00
Jakob Ketterl fac19e09cd scale background (it's stretching now, doesn't look too bad though) 2019-09-29 15:48:24 +02:00
Jakob Ketterl 5a3e2a2575 auto-focus; submit on enter; 2019-09-29 15:38:50 +02:00
Jakob Ketterl eed520daac implement edit and delete 2019-09-29 15:29:53 +02:00
Jakob Ketterl 4a7b42202e add edit and delete button 2019-09-29 14:48:36 +02:00
Jakob Ketterl f292ba55c1 use actual, not visible, frequency 2019-09-28 20:52:37 +02:00
Jakob Ketterl af9fcbc38d complete storage and display 2019-09-28 20:28:25 +02:00
Jakob Ketterl bd9cdc1cba buttons and storage action 2019-09-28 20:15:47 +02:00
Jakob Ketterl be21d4c9ac show dialog and load values into it 2019-09-28 19:20:21 +02:00
Jakob Ketterl 39a4366eab locator wrappers aren't even needed 2019-09-28 16:54:24 +02:00
Jakob Ketterl 4c2979d242 add z-index to prevent other content shining through 2019-09-28 16:51:34 +02:00
Jakob Ketterl 4407146962 add bookmark button 2019-09-28 16:50:21 +02:00
Jakob Ketterl c3bcb17312 Merge branch 'develop' into bookmarks 2019-09-28 07:36:54 +02:00
Jakob Ketterl 1b95807ac6 beautiful 2x scale for retina displays 2019-09-28 07:36:28 +02:00
Jakob Ketterl 31881ce472 standard font size 2019-09-28 03:03:41 +02:00
Jakob Ketterl d0c0ee2981 prevent line-wraps (not enough space) 2019-09-28 02:34:58 +02:00
Jakob Ketterl 12a341e607 click handling and tuning 2019-09-28 02:21:29 +02:00
Jakob Ketterl 020445743c add bookmarks display 2019-09-28 01:57:34 +02:00
Jakob Ketterl 671509df3b fix variable name 2019-09-21 15:19:10 +02:00
Jakob Ketterl 428a9ca509 await the right condition 2019-09-21 13:41:04 +02:00
Jakob Ketterl cf273021ab re-draw on update and apply opacity 2019-09-19 16:24:04 +02:00
Jakob Ketterl ecbae5af2d implement icon rotation 2019-09-19 02:25:32 +02:00
Jakob Ketterl 15c28b130d use custom marker class to solve overlay problem (and enable rotation at
a later point)
2019-09-19 01:35:58 +02:00
Jakob Ketterl 996422ff4b show aprs symbols in decoding list, too 2019-09-19 00:18:51 +02:00
Jakob Ketterl e231c07c80 2x resolution for retina displays 2019-09-18 19:41:37 +02:00
Jakob Ketterl 3e8e0c9224 first work on custom aprs icons 2019-09-18 18:50:48 +02:00
Jakob Ketterl 7689d1a2e2 narrow bandpass specifically for wspr 2019-09-15 12:23:11 +02:00
Jakob Ketterl 8d47259f78 show decoded aprs messages in the frontend 2019-09-13 22:29:04 +02:00
Jakob Ketterl 5bcad1ef2f hide output text for packet 2019-09-13 21:04:00 +02:00
Jakob Ketterl 942ee637b0 fix alternate spaces 2019-09-03 23:38:27 +02:00
Jakob Ketterl 0207374592 restructure the code to have the parser sit where all the parsers sit 2019-08-15 15:45:15 +02:00
Jakob Ketterl 7beb773a37 Merge branch 'develop' into packet 2019-08-12 11:44:20 +02:00
Jakob Ketterl 4b3a68f4cd fix the dial button (not enough space on some browsers) 2019-08-12 11:05:32 +02:00
Jakob Ketterl 12c92928fa pass through comments for display on the map 2019-08-11 18:42:41 +02:00
Jakob Ketterl e63569e3e9 packet decoding as secondary demodulator, finally displayin something on
the webpage
2019-08-11 13:52:19 +02:00
Jakob Ketterl 2fed83659f these should not be in here 2019-08-11 13:09:34 +02:00
Jakob Ketterl 5fbbd897b5 Merge branch 'develop' into packet 2019-08-11 11:53:29 +02:00
Jakob Ketterl 8f7f34c190 better colors (?) 2019-07-28 22:13:55 +02:00
Jakob Ketterl e40b400f6f try to improve "moving" callsigns 2019-07-28 16:36:12 +02:00
Jakob Ketterl 3b5883dd55 improved legend with opacity 2019-07-28 16:33:19 +02:00
Jakob Ketterl 785d439605 play with the colors 2019-07-28 16:26:03 +02:00
Jakob Ketterl ff98b172c4 add option to select coloring by mode, too 2019-07-28 16:17:23 +02:00
Jakob Ketterl 30d8b1327b give it some space 2019-07-28 15:59:54 +02:00
Jakob Ketterl 74dddcb8ad add simple legend with colors 2019-07-28 15:57:33 +02:00
Jakob Ketterl 6e7d99376d color by band 2019-07-28 15:28:39 +02:00
Jakob Ketterl 2fae8ffa70 remove some pointless stuff 2019-07-20 20:45:13 +02:00
Jakob Ketterl ea9feeefd2 complete dial frequency feature frontend 2019-07-20 19:53:42 +02:00
Jakob Ketterl 25b0e86f09 add FT4 because why not 2019-07-20 13:38:25 +02:00
Jakob Ketterl a7a032dc8f this goes in there 2019-07-19 21:16:16 +02:00
Jakob Ketterl f1098801e2 let's try to avoid browser problems 2019-07-15 21:35:39 +02:00
Jakob Ketterl a15341fdcf detect and pass band information to the map 2019-07-14 19:32:48 +02:00
Jakob Ketterl c94331bf24 hide modes if not available 2019-07-14 18:22:02 +02:00
Jakob Ketterl 7dcfead843 let's try to implement jt65 and jt9 as well 2019-07-14 17:09:34 +02:00
Jakob Ketterl 30b46c4cdd allocate more space to the freq column 2019-07-14 14:43:44 +02:00
Jakob Ketterl 69c3a63794 link the map in wpsr messages, too 2019-07-14 14:33:30 +02:00
Jakob Ketterl 6d5c8491e4 implement wspr 2019-07-13 23:16:25 +02:00
Jakob Ketterl 420b0c60d7 exponential backoff, part 2 2019-07-13 21:44:48 +02:00
Jakob Ketterl 9f2b715d9f exponential backoff 2019-07-13 21:40:48 +02:00
Jakob Ketterl 9a25c68d9a wording change 2019-07-13 17:20:03 +02:00
Jakob Ketterl 2470c2bfa6 pass through the mode on the map 2019-07-11 23:40:09 +02:00
Jakob Ketterl acbf2939c9 infowindow for ysf markers 2019-07-11 21:21:01 +02:00
Jakob Ketterl 8edc7c1374 sort by lastseen 2019-07-11 20:53:59 +02:00
Jakob Ketterl 5ada234f64 remove javascript from the header 2019-07-11 19:37:00 +02:00
Jakob Ketterl fdd2dd1b40 use flexbox since the header breaks the map height 2019-07-11 17:38:53 +02:00
Jakob Ketterl d2f524bf90 fix scrolling on feature report 2019-07-11 16:49:06 +02:00
Jakob Ketterl 5887522dce header for feature report 2019-07-11 16:44:33 +02:00
Jakob Ketterl 688bd769dd move css 2019-07-11 13:44:41 +02:00
Jakob Ketterl 649450a24c move css 2019-07-11 13:44:04 +02:00
Jakob Ketterl 2bf2fcd685 implement header on map page (not fully functional yet) 2019-07-11 13:40:12 +02:00
Jakob Ketterl d57f9de21e automatic map reconnection 2019-07-10 23:13:03 +02:00
Jakob Ketterl 596c868b9d improved map logo 2019-07-10 22:56:32 +02:00
Jakob Ketterl 32c76beaa2 improved fullscreen layout 2019-07-10 22:18:16 +02:00
Jakob Ketterl 2536d9f747 more javascript issues 2019-07-09 17:34:24 +02:00
Jakob Ketterl 438efa655f fix javascript issues 2019-07-09 17:32:49 +02:00
Jakob Ketterl ad9855a791 pretty logo 2019-07-09 17:28:41 +02:00
Jakob Ketterl 58e819606a use moment.js to display a pretty time since last activity 2019-07-08 21:01:30 +02:00
Jakob Ketterl bab8ec1eaa even prettier 2019-07-08 20:47:50 +02:00
Jakob Ketterl c6aa5c3a3c make the interface pretty 2019-07-08 20:45:09 +02:00
Jakob Ketterl c7503f87d7 show ft8 panel only when ft8 is active 2019-07-08 20:31:34 +02:00
Jakob Ketterl 2201daaa20 click-through to selected locator on the map 2019-07-07 22:36:34 +02:00
Jakob Ketterl 94afa94428 add a link to the map 2019-07-07 21:44:42 +02:00
Jakob Ketterl 83273636f6 add a quick infowindow to show who's in a grid square 2019-07-07 21:24:56 +02:00
Jakob Ketterl 8b5dc8b3ad fade out markers on the map over time 2019-07-07 20:46:12 +02:00
Jakob Ketterl d0cecbdfd7 implement removal of old messages in the gui 2019-07-07 14:31:12 +02:00
Jakob Ketterl 182a8af57f deliver better timestamps 2019-07-07 14:09:24 +02:00
Jakob Ketterl af315e1671 let's zoom out a little, seems appropriate for now 2019-07-07 01:22:45 +02:00
Jakob Ketterl c22d10d0de add day/night overlay 2019-07-07 00:52:11 +02:00
Jakob Ketterl 849337c55d fix locator calculation 2019-07-06 23:15:33 +02:00
Jakob Ketterl 25bc788595 parse and show locators on the map 2019-07-06 22:43:36 +02:00
Jakob Ketterl eb1b1ba22f fix utc timestamps 2019-07-06 21:26:35 +02:00
Jakob Ketterl d8a7dfbdbd ft8 messages panel 2019-07-06 21:04:18 +02:00
Jakob Ketterl 284646ee6c first stab at ft8 decoding: chop up audio, call jt9 binary to decode 2019-07-06 18:21:43 +02:00
Jakob Ketterl 3f05565b7b show selected callsign on the map 2019-07-06 15:04:39 +02:00
Jakob Ketterl 31b8dd4fd5 send ysf pins to the map 2019-07-06 12:53:11 +02:00
Jakob Ketterl 892c92eb1d add a link for the map in the top bar 2019-07-06 12:41:30 +02:00
Jakob Ketterl d0d5dffe79 add some styling 2019-07-05 22:46:43 +02:00
Jakob Ketterl 823a4a35f0 implement feature and requirement details 2019-07-05 22:31:46 +02:00
Jakob Ketterl e61c0dcc12 add some basic framework for the featurereport 2019-07-05 19:30:24 +02:00
Jakob Ketterl f5f23e6fbc remove debugging 2019-07-01 21:21:26 +02:00
Jakob Ketterl 3b2b51f07c display locations parsed from ysf on map 2019-07-01 21:20:53 +02:00
Jakob Ketterl 272caa7100 rename title 2019-07-01 19:51:31 +02:00
Jakob Ketterl 2324a2c837 add google maps 2019-07-01 19:49:58 +02:00
Jakob Ketterl a4a306374d add some map basics 2019-07-01 16:49:39 +02:00
Jakob Ketterl f283a1ad68 prepare for different types of connections 2019-07-01 11:47:07 +02:00
Jakob Ketterl 0e205ec1d9 remove unused html files 2019-07-01 11:16:05 +02:00
Jakob Ketterl 1f6f755d7f Merge branch 'develop' into packet 2019-06-22 18:20:01 +02:00
Jakob Ketterl 7a54cf25d1 Merge branch 'master' into develop 2019-06-20 13:54:59 +02:00
Jakob Ketterl 96468f9258 add a basic clickable pin that opens google maps for now 2019-06-19 23:16:57 +02:00
Jakob Ketterl 3b04465106 pointer on the overlay, too 2019-06-15 19:50:09 +02:00
Jakob Ketterl 8af8f93434 implement dmr timeslot muting 2019-06-15 19:10:33 +02:00
Jakob Ketterl 7362e48cf3 style more like openwebrx 2019-06-15 14:48:57 +02:00
Jakob Ketterl adf62bc2ca sync indicator 2019-06-15 12:30:04 +02:00
Jakob Ketterl 3a89f52028 better sync on the client side 2019-06-10 21:30:46 +02:00
Jakob Ketterl c7d969c96e polishing up the imaging 2019-06-09 22:27:35 +02:00
Jakob Ketterl 2053a6b16b more clean-up stuff 2019-06-09 19:12:37 +02:00
Jakob Ketterl e1d54bdf1d fix typo 2019-06-09 17:49:14 +02:00
Jakob Ketterl 761ca1132d nicer user display panel for YSF, too 2019-06-09 17:39:15 +02:00
Jakob Ketterl 2010a38411 add new nicer dmr status display 2019-06-09 15:15:27 +02:00
Jakob Ketterl 94516ef341 implement https detection (thanks Denys Vitali) 2019-06-08 23:36:16 +02:00
Jakob Ketterl f49086a527 add first integration of direwolf for aprs 2019-06-07 15:11:04 +02:00
Jakob Ketterl 7100d43d9e show callsigns for ham radio dmr ids 2019-05-30 17:19:46 +02:00
Jakob Ketterl 14f932eea8 parse metadata on the server side 2019-05-30 16:12:13 +02:00
Jakob Ketterl 725615fbe5 display the mode from the metadata for ysf 2019-05-25 01:45:05 +02:00
Jakob Ketterl 0ab14f63cb add new logo 2019-05-16 23:45:24 +02:00
Jakob Ketterl 8e195a0de9 under construction on top looks nicer 2019-05-16 23:14:23 +02:00
Jakob Ketterl 7d4111fec8 hide metadata panel if no metadata is available 2019-05-16 23:09:57 +02:00
Jakob Ketterl 4496fcc8b0 report client numbers on change only 2019-05-15 19:51:50 +02:00
Jakob Ketterl cffb65e37d cpu usage fix 2019-05-15 19:43:52 +02:00
Jakob Ketterl 03049b79dd narrower bandwidth actually improves decoding 2019-05-15 11:33:23 +02:00
Jakob Ketterl 5e67f036b4 fix demodulator buttons 2019-05-14 23:36:37 +02:00
Jakob Ketterl 9812d38eee refactor dsp outputs
add digimode metadata
2019-05-14 23:30:03 +02:00
Jakob Ketterl 5733a5be9f separate dsd and digiham modes 2019-05-13 22:45:19 +02:00
Jakob Ketterl 2408d77f15 feature detection for digital voice; display modulator buttons only when
available
2019-05-13 19:19:15 +02:00
Jakob Ketterl 823995d4ba Merge branch 'server_rework' into server_rework_dsd 2019-05-13 17:46:02 +02:00
Jakob Ketterl 17a362fe7a no longer a template, no need for special file extension 2019-05-12 17:23:03 +02:00
Jakob Ketterl ddf9123e8b fix auto-sqelch 2019-05-12 16:02:49 +02:00
Jakob Ketterl 697e177f00 remove obsolete global variables block 2019-05-12 13:21:08 +02:00
Jakob Ketterl 3c5aa89469 fix the mathbox / 3d spectrum 2019-05-11 17:55:32 +02:00
Jakob Ketterl dac35ae526 re-establish client reporting 2019-05-10 22:47:40 +02:00
Jakob Ketterl b17364e701 prevend weird asm.js error by reusing things 2019-05-10 18:29:54 +02:00
Jakob Ketterl 7427fa3608 sdr profile selection frontend 2019-05-10 16:14:16 +02:00
Jakob Ketterl 1cf4a879f7 might as well show this for now :D 2019-05-10 15:04:30 +02:00
Jakob Ketterl b3d5f924c3 rewrite urls to work again 2019-05-10 14:28:29 +02:00
Jakob Ketterl 56dcd00e82 fix audio on reconnect 2019-05-09 16:11:14 +02:00
Jakob Ketterl f5d9306c37 fix network usage 2019-05-07 20:20:12 +02:00
Jakob Ketterl 4cd23cf445 more work to allow seamless config switching 2019-05-07 20:06:06 +02:00
Jakob Ketterl e937f2bca3 implement client reconnect; remove some old code 2019-05-07 15:21:16 +02:00
Jakob Ketterl efb6e9c6cd how did that get there? 2019-05-05 22:15:27 +02:00
Jakob Ketterl f44ff3715f secondary demod now at least displaying something (and other small fixes) 2019-05-05 22:09:48 +02:00
Jakob Ketterl a4313c3340 add secondary demod (not working with my csdr atm, unable to test.) 2019-05-05 20:36:50 +02:00
Jakob Ketterl cb0d59de61 make receiver details dynamic 2019-05-05 17:52:26 +02:00
Jakob Ketterl 0da62dad82 add cpu usage 2019-05-05 17:34:40 +02:00
Jakob Ketterl 854ac6d5f1 (hopefully) improve the header markup 2019-05-05 17:10:49 +02:00
Jakob Ketterl 0f86796e75 get the s-meter back 2019-05-05 16:17:55 +02:00
Jakob Ketterl f05afc4b0a get the audio going as well 2019-05-04 23:11:13 +02:00
Jakob Ketterl 6ec21e6716 send missing parameters for audio client startup 2019-05-04 20:40:13 +02:00
Jakob Ketterl 1f909080db we got fft 2019-05-04 20:26:11 +02:00
Jakob Ketterl 89690d214d first work on the websocket connection 2019-05-04 16:56:23 +02:00
Jakob Ketterl bd8e665198 add new webserver infrastructure 2019-05-03 22:59:24 +02:00
Jakob Ketterl 7e08c8f28e fix digital metadata 2018-09-25 19:03:12 +00:00
Jakob Ketterl bf4c70dfef merge recent openwebrx changes into our work 2018-09-25 14:56:47 +02:00
ha7ilm 4e30fd57c0 [2] Fixed bug related to disabled audio autoplay starting from Chrome 66 2018-05-07 22:44:10 +02:00
ha7ilm b743c02f9d Changed website URL 2018-05-06 18:07:58 +02:00
ha7ilm 1e47495c52 Few fixes 2017-06-28 22:32:19 +02:00
ha7ilm 1b3967fa8e Changed image URLs in README, fixed compatibility with older browsers with less ES6 features, added warning about missing WebGL for 3D waterfall, removed try_create_pipes notice 2017-05-30 22:44:07 +02:00
ha7ilm 98767289d4 Fixed controls width 2017-05-30 19:02:03 +02:00
ha7ilm 1c2e719cff Merged Mathbox 3D support (gl3) 2017-05-30 17:12:19 +02:00
ha7ilm bc0a65d495 Now the marker also works properly with the zoom 2017-05-25 12:07:10 +02:00
ha7ilm 3599259a25 Marker is also synced with the secondary waterfall zoom 2017-05-23 11:16:57 +02:00
ha7ilm f11e701fae The version before was THE working one. Now started to add secondary waterfall zoom. 2017-05-22 08:37:14 +02:00
ha7ilm d0e49725c7 Removed RTTY from the panel 2017-05-22 08:00:05 +02:00
ha7ilm 90edd203d5 Now we can even decode spaces 2017-05-07 23:45:53 +02:00
ha7ilm 8e2fdd473b Full demod chain looks working (but does not decode) 2017-05-07 18:12:43 +02:00
ha7ilm 33f5f57524 Working waterfall with channel selection 2017-05-07 16:30:41 +02:00
ha7ilm 5b99240944 selecting BPSK31 now does not screw up main waterfall 2017-05-07 12:03:28 +02:00
ha7ilm 51904d2cca FFT is somewhat better now 2017-05-07 11:04:14 +02:00
ha7ilm 0357c8b3ed FFT is shown on the additional panel 2017-05-06 21:51:03 +02:00
ha7ilm 5cc93a03e7 0s and 1s are decoded in the digimode window 2017-05-06 16:15:32 +02:00
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 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
Jakob Ketterl ac6e001fd6 metadata for ysf 2017-01-20 12:26:09 +00:00
Jakob Ketterl 89740b1a93 add ysf to the receiver 2016-11-27 01:29:17 +00:00
Jakob Ketterl 6d5a7ffefc fix javascript errors 2016-11-12 19:55:43 +00:00
Jakob Ketterl 95acf40eb6 more effort displaying meta information 2016-11-11 21:42:45 +00:00
Jakob Ketterl 7700214e5f add metadata pipe to allow digital protocol information to be displayed in the website 2016-11-11 20:56:17 +00: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
Jakob Ketterl 9569fbd72e narrower filter for dstar & nxdn 2016-10-22 21:51:51 +00: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 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 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
Tatu Peltola e3a51a45f3 Changed zoom levels 2016-06-07 22:55:58 +03:00
ha7ilm 48a3de60d2 Added play button for iOS support. 2016-04-02 22:41:39 +02:00