27 Commits

Author SHA1 Message Date
4724d23459 Fix memory leak caused by unbounded channels not freeing memory 2024-06-12 13:07:49 -04:00
7abb089c04 Add side panel 2024-06-03 23:01:03 -04:00
d878f66bd8 Clean up ui 2024-06-03 22:20:36 -04:00
9f18bb6920 Add logic to close device selection window 2024-06-03 20:20:16 -04:00
8978be49bd Remove unused code 2024-05-31 22:39:18 -04:00
f3216e2d8d Add simple device selector window 2024-05-31 22:36:45 -04:00
243fcdb31e Separate audio_fft.rs into two files audio.rs and fft.rs 2024-05-31 13:31:52 -04:00
02c0f54079 Fix texture offset still using wrong dimension 2024-05-13 19:12:40 -04:00
54826d50a6 Fix texture offset using wrong dimension 2024-05-13 15:33:52 -04:00
6445949083 Fix FFT scaling 2024-05-12 21:19:18 -04:00
dbbd6ab849 Fix bode plot window always grows to maximum height 2024-05-12 21:14:36 -04:00
24d9fc7972 Fix audio_fft outputing phase instead of magnitude 2024-05-12 15:17:59 -04:00
162220aa72 Add debug plots 2024-05-12 15:17:06 -04:00
fc9e04ffd2 Almost working audio fft input for waterfall 2024-05-09 19:23:07 -04:00
63ec587d08 Increase waterfall size and have it fill the screen 2024-05-07 19:23:27 -04:00
e37eb169ce Clamp LUT output 2024-05-07 17:58:36 -04:00
e5dc145ada Add mpsc to send data to waterfall 2024-05-07 17:56:14 -04:00
e59f6ce896 Avoid overflow panic 2024-05-06 21:29:06 -04:00
f6f6a5b1ef Fix wasm build 2024-05-06 17:14:26 -04:00
5cecec3f70 Set app to render every frame 2024-05-06 17:06:05 -04:00
636f67c6de Fix LUT on android 2024-05-06 17:05:02 -04:00
7f6d5069f8 Add LUT and turbo colormap 2024-05-05 23:00:50 -04:00
c2c0cf7585 Add waterfall scrolling 2024-05-05 21:08:50 -04:00
be70fa4a3d Add texture update code 2024-05-05 20:01:46 -04:00
36eeb93538 Fix android and more error checking 2024-05-05 19:07:05 -04:00
ac1b70f1b1 Add canvas that renders opengl texture 2024-05-05 17:40:39 -04:00
lks
cca8173be4 Initial commit 2024-05-05 16:10:00 -04:00