Update Feature requests

master
Elliott Liggett 2021-04-03 22:08:30 +00:00
rodzic 26fd8db9b5
commit 67ec0e4d89
1 zmienionych plików z 2 dodań i 3 usunięć

@ -31,7 +31,7 @@
| 029 | open | low | Switch waterfall on/off (do we already have that? Maybe a hide button?) |
| 030 | closed | medium | Add transmit audio capability |
| 031 | closed | low | Add s-meter, option to [fix units](https://owenduffy.net/blog/?p=10613) |
| 032 | open | low | Add hardware volume control for host of streaming audio |
| 032 | closed | low | Add hardware volume control for host of streaming audio |
| 033 | closed | low | Add additional status indicators to main tab and settings tab |
| 034 | open | medium | Add pseudo-terminal support for network connections (linux/unix) |
| 035 | closed | medium | Allow hostnames and ip addresses for remote operation |
@ -54,5 +54,4 @@
Notes:
Peak-hold (012): When a new peak is found, reset a counter. With each new data that come in, add to the counter. If the new data are a new peak, keep the peak and reset the counter. If the counter reaches some "max", then reset the peak down to zero? So the reset condition is when the held-peak is old and has not been exceeded. And the holding condition is that we haven't held the peak very long. Or maybe decrease each <xx> seconds the peaks by <yy> so that a generated peak holds for max 10 seconds. Just like the Max Hold function being Off, 10 sec or On.
Peak-hold (012): When a new peak is found, reset a counter. With each new data that come in, add to the counter. If the new data are a new peak, keep the peak and reset the counter. If the counter reaches some "max", then reset the peak down to zero? So the reset condition is when the held-peak is old and has not been exceeded. And the holding condition is that we haven't held the peak very long. Or maybe decrease each <xx> seconds the peaks by <yy> so that a generated peak holds for max 10 seconds. Just like the Max Hold function being Off, 10 sec or On.