Since adding sounds to wsjtx is not supported (or apparently desired) how
about we add a new message or two to the UDP protocol for a couple of
situations?
That way JTAlert can add the audio alert like it already does and everybody
else can just ignore it.
#1 Transmit Runaway -- boolean -- when Runaway watchdog triggers
#2 MessageAtCurrentOffset -- A message at current offset WITHOUT your call
sign and not CQ either. The way I implemented this in WSJT-X was thusly:
@@ -2092,6 +2094,8 @@
(abs(decodedtext.frequencyOffset() - m_wideGraph->rxFreq())
<= 10)) bDisplayRight=true;
if (bDisplayRight) {
// This msg is within 10 hertz of our tuned frequency, or a JT4
avg
+ if (!decodedtext.string().contains(m_baseCall) &&
!decodedtext.string().contains("CQ "))
+ QSound::play(m_wavPath+"IsThisAMessageF.wav");
ui->decodedTextBrowser2->displayDecodedText(decodedtext
, m_baseCall
, false
RRR
Mike W9MDB
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel