Wykres commitów

1740 Commity (9fb74ed6e13ff70bac4482859db45174edf8eee8)

Autor SHA1 Wiadomość Data
Elliott Liggett 9fb74ed6e1 Audio metering initial. Very messy but you can select TxRxAudio as the
meter type and wfview will show you TX or RX audio depending upon if you
are transmitting or not. You can also select only TxAudio or RxAudio.
This is nice for looking at Tx audio levels prior to transmitting, for
example, or metering the radio's "monitor" audio while transmitting.
2022-08-23 22:24:05 -07:00
Roeland Jansen 105675a128 modified version numbers, WHATSNEW and CHANGELOG 2022-08-19 08:12:22 +02:00
Roeland Jansen bd097dc3a5 Merge branch 'plasma' 2022-08-19 07:34:38 +02:00
Elliott Liggett f1f58a10cf Slight reduction in CPU usage with regards to wf, more to come. 2022-08-18 09:56:06 -07:00
Elliott Liggett 7639880861 Fixed issue with the floor and ceiling not updating initially. The
waterfall is now ranged prior to replot each time.
2022-08-17 23:30:02 -07:00
Elliott Liggett b2204b3519 Fixed resize; added mutex. 2022-08-17 22:38:44 -07:00
Elliott Liggett 5215984de8 Minor change for slightly faster averages. 2022-08-17 21:46:47 -07:00
Elliott Liggett 123084c779 Slightly faster plotting due to data being already sorted. 2022-08-17 19:58:04 -07:00
Elliott Liggett 03a279087e Added underlayBufferSize to the preferences. 2022-08-17 18:46:00 -07:00
Elliott Liggett 6ebb3b7680 Added some preferences for the plasma. 2022-08-17 18:41:35 -07:00
Elliott Liggett 32d55ef490 Fixed spectrum line length 2022-08-17 16:34:26 -07:00
Elliott Liggett 53bed16b45 Added floor and ceiling adjustments for the plots. 2022-08-17 16:21:33 -07:00
Elliott Liggett 02e6733cdd Fixed ancient issue with layering of the plot data 2022-08-17 15:51:26 -07:00
Elliott Liggett c753089ac7 Added spectrum plasma metering. 2022-08-17 15:10:07 -07:00
Phil Taylor 9a77baaead Shutdown audio when radio is turned off. 2022-08-04 20:46:15 +01:00
Phil Taylor ac2c104209 Re-order audio handler destructors 2022-07-05 10:37:10 +01:00
Phil Taylor bcc16b8d29 Send blank audio packet on disconnct 2022-07-05 10:31:45 +01:00
Phil Taylor a9e9c80708 Fix silly bug introduced in server audio TX combo 2022-06-14 10:31:45 +01:00
roeland jansen 5dcb0819a8 Merge branch 'master' into 'master'
Added IC-746

See merge request eliggett/wfview!9 

Thanks to Philip Kubat
2022-05-26 15:16:40 +00:00
Roeland Jansen d6263223af dropped openSUSE 15.2, out of support 2022-05-24 17:55:03 +02:00
Roeland Jansen 485d012b42 WHATSNEW 2022-05-24 17:37:19 +02:00
Roeland Jansen b4f379d52d Merge branch 'wfserver' 2022-05-24 11:18:41 +02:00
Phil Taylor 06017148dd Update main.cpp 2022-05-24 10:13:44 +01:00
Phil Taylor 5cb81b412f Try to quit wfserver on ctrl-c 2022-05-24 10:08:18 +01:00
Phil Taylor 227ea8fc34 Small .pro file update and cleanup 2022-05-20 18:25:16 +01:00
Phil Taylor c807c40bd2 Small .pro file update and cleanup 2022-05-20 18:24:28 +01:00
Phil Taylor f2e9a90000 Support newer versions of rtaudio that don't generate exceptions 2022-05-20 15:50:47 +01:00
Phil Taylor cd03ac40d5 Update INSTALL.md 2022-05-19 16:03:06 +00:00
Roeland Jansen 49773706d7 Merge branch 'wfserver' 2022-05-15 13:11:35 +02:00
Phil Taylor 079a50980d Fix RT/PA builds on MacOs 2022-05-14 15:05:48 +01:00
Phil Taylor 5ef50c9706 Update rthandler.cpp 2022-05-14 14:02:31 +01:00
Phil Taylor 8f5ba2efb1 Convert audioHandler functions to virtual 2022-05-14 13:54:09 +01:00
Phil Taylor b3f611543c Make RT/PA a subclass of audioHandler 2022-05-14 13:45:56 +01:00
Phil Taylor bcde69c92b Update commhandler.cpp 2022-05-14 11:48:58 +01:00
Phil Taylor 2e1d88c194 Update commhandler.cpp 2022-05-14 11:40:58 +01:00
Phil Taylor d468e01d20 Update commhandler.cpp 2022-05-14 11:39:52 +01:00
Phil Taylor 1305f06eab Update commhandler.cpp 2022-05-14 11:38:35 +01:00
Phil Taylor b049704dd2 Use qtimer to signal a reconnect 2022-05-14 11:35:41 +01:00
Phil Taylor 6078a31a3c Add timeout if no data received on serial port for 2s 2022-05-14 11:24:09 +01:00
Phil Taylor f003a8a1b8 Update commhandler.cpp 2022-05-14 11:13:20 +01:00
Phil Taylor 630d2eaba3 Update commhandler.cpp 2022-05-14 11:10:27 +01:00
Phil Taylor e248882e31 Add reconnect on failure to commHandler() 2022-05-14 11:07:05 +01:00
Phil Taylor 466571a758 Use goto statement for error handling. 2022-05-14 10:41:44 +01:00
Phil Taylor b95cf79318 Update rthandler.cpp 2022-05-14 10:33:31 +01:00
Phil Taylor 50eb498026 Another error check 2022-05-14 10:30:26 +01:00
Phil Taylor 28a3209c21 Update rthandler.cpp 2022-05-14 01:37:03 +01:00
Phil Taylor 35d54468cd Update rthandler.cpp 2022-05-14 01:31:28 +01:00
Phil Taylor c1461947eb If audio device fails to open, retry 10 times before giving up. 2022-05-14 01:27:59 +01:00
Phil Taylor 48562aa23b Don't try to connect to radio we are already connected to 2022-05-14 01:11:36 +01:00
Phil Taylor 8fd8fa390e Fix mod meters in PA/RT 2022-05-14 01:11:35 +01:00