Commit Graph

376 Commits

Author SHA1 Message Date
Jakob Ketterl
9187bb4371 use local codec for fft, too 2020-01-05 23:33:07 +01:00
Jakob Ketterl
c8c5ce8105 use local implementation of ima adpcm instead of sdr.js 2020-01-05 23:26:27 +01:00
Jakob Ketterl
eec35f07c3 add error message to log panel, too 2019-12-23 21:21:45 +01:00
Jakob Ketterl
11cfca5211 send a log message to the client when a device fails 2019-12-23 21:18:40 +01:00
Jakob Ketterl
6f9ba6c290 improve sdr failure message display, closes #19 2019-12-21 23:46:05 +01:00
Jakob Ketterl
7a6d021e18 switch file loading to pkg_resources 2019-12-08 20:27:58 +01:00
Jakob Ketterl
adf4f5a738 explicit favicon link 2019-12-04 00:47:50 +01:00
Jakob Ketterl
1e6088ca1d relative map urls 2019-12-03 19:06:00 +01:00
Jakob Ketterl
9d01b2306c improve https detection 2019-12-03 18:57:32 +01:00
Jakob Ketterl
fc8d3d8f11 improve websocket url determination 2019-12-03 18:53:57 +01:00
Jakob Ketterl
2cfeb6b6d6 more safari fixes 2019-11-26 22:06:13 +01:00
Jakob Ketterl
42f9fb52ed safari compatibility 2019-11-26 21:35:22 +01:00
Jakob Ketterl
fe39c2712d keep the output_rate on sdr change 2019-11-26 20:13:04 +01:00
root
b774e75f2c fix urls for when we aren't running on the root 2019-11-25 20:17:11 +01:00
Jakob Ketterl
a8df774e50 dual authors 2019-11-24 18:08:54 +01:00
Jakob Ketterl
481918ab5b better profile switching for the gui 2019-11-23 17:22:20 +01:00
Jakob Ketterl
b27caf2405 allow initial_squelch_level to be set per profile 2019-11-23 16:56:29 +01:00
Jakob Ketterl
de51e266f6 add airspy source; fix offset tuning 2019-11-21 15:31:37 +01:00
Jakob Ketterl
497d98363f fix bookmark edit / delete flyout 2019-11-14 15:31:44 +01:00
Jakob Ketterl
bf27f51049 let's leave some footsteps 2019-11-12 13:43:39 +01:00
Jakob Ketterl
dc5ac081ce fix some javascript code style issues 2019-11-07 10:56:39 +01:00
Jakob Ketterl
8a46922e77 panels disappear behind the header 2019-11-01 22:22:46 +01:00
Jakob Ketterl
5fdffb5e0c fix scrolling for canvas background and bookmarks. i hope that's all
now.
2019-11-01 19:48:08 +01:00
Jakob Ketterl
9f6a4891ed fix styles (broken by debugging) 2019-11-01 18:53:16 +01:00
Jakob Ketterl
41d23c66a4 prevent events from being blocked by the panels 2019-11-01 18:47:33 +01:00
Jakob Ketterl
9163f3d30e improve autoplay interface 2019-11-01 16:58:36 +01:00
Jakob Ketterl
1638fde181 fix gradient (without gradient) 2019-10-28 20:54:31 +01:00
Jakob Ketterl
d4d8699fc5 squelch bar for firefox, too 2019-10-27 16:06:06 +01:00
Jakob Ketterl
e8d60e2dc0 animate the squelch slider background 2019-10-27 16:04:00 +01:00
Jakob Ketterl
944e9df7cc fix slider mousewheel action 2019-10-27 15:09:34 +01:00
Jakob Ketterl
cd2da582c4 fix slider background for firefox 2019-10-27 14:58:46 +01:00
Jakob Ketterl
1e28fc5018 fix broken widths on digital meta panels 2019-10-27 13:18:00 +01:00
Jakob Ketterl
13f27a76ff use new way of measuring for network speed, too 2019-10-26 22:44:54 +02:00
Jakob Ketterl
39120d9413 implement new way of measuring stats that allows arbitrary timeranges 2019-10-26 22:32:25 +02:00
Jakob Ketterl
fe08228204 rework panel code to use less javascript and more css for positioning 2019-10-26 21:32:00 +02:00
Jakob Ketterl
c7eb5c430c perform binary decoding on the server side 2019-10-25 21:09:31 +02:00
Jakob Ketterl
70e2a99274 custom easing to restore the original fadeout 2019-10-25 21:09:31 +02:00
Jakob Ketterl
52b945cd64 optimize 2019-10-25 16:52:10 +02:00
Jakob Ketterl
07a8e6bf92 add a title to show what the bookmark button does on hover 2019-10-24 20:06:24 +02:00
Jakob Ketterl
afa322a83b mousewheel control for the sliders <3 2019-10-24 20:00:30 +02:00
Jakob Ketterl
d3ac44c526 replace custom animations with jquery 2019-10-24 19:35:55 +02:00
Jakob Ketterl
5bbee1e1d7 fix some more minor javascript issues 2019-10-23 11:27:05 +02:00
Jakob Ketterl
58da0e8a60 remove debugging code 2019-10-22 22:38:08 +02:00
Jakob Ketterl
713b6119d0 refactor progressbars into objects 2019-10-22 22:35:54 +02:00
Jakob Ketterl
ebf2804d63 rename 2019-10-22 21:30:48 +02:00
Jakob Ketterl
6cdec05cde remove unused variables 2019-10-21 01:16:19 +02:00
Jakob Ketterl
7ef0ef0d7c don't split ringbuffer blocks in the output; this means up to 3ms stay
in the buffer.
2019-10-20 23:48:49 +02:00
Jakob Ketterl
dd7d262bd3 fixing some issues with the IDE 2019-10-20 23:38:58 +02:00
Jakob Ketterl
13d7686258 refactor all the audio stuff into classes and a separate file 2019-10-20 18:53:23 +02:00
Jakob Ketterl
91b8c55de9 optimize 2019-10-20 13:28:25 +02:00
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