
--
You received this message because you are subscribed to the Google Groups "digitalvoice" group.
To unsubscribe from this group and stop receiving emails from it, send an email to digitalvoice...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/digitalvoice/90454b8c-ce7a-4698-8721-25455a6c3482n%40googlegroups.com.
Thanks, that really helps those of us working via the waveform with no software instance open.
By the way, I found that using the waveform on my iPhone (13 Mini with the internal mic) produced significantly better TX audio than using the iPad (which produced the worst audio of all) with a headset and the Flex M. It's not as 'crisp' as using the Flex itself. The same applies to incoming audio from others working via the waveform. The audio is much sharper than via the software. AGT-T is set to 0 and AGC is set to slow.
Hi Stefan,Done. See below:
You received this message because you are subscribed to a topic in the Google Groups "digitalvoice" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/digitalvoice/ivPsttWxw48/unsubscribe.
To unsubscribe from this group and all its topics, send an email to digitalvoice...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/digitalvoice/CAAzDfxOHbBxYxW5TT0G8%3DZLtRnssqZaHqrGn9%3DcD_dCcntoKVQ%40mail.gmail.com.


To view this discussion visit https://groups.google.com/d/msgid/digitalvoice/CAAzDfxMN8bEV4Xcjint%3DW2PAiv%3DnXwzUsbWyHvesNtv0JB8LSQ%40mail.gmail.com.
// Handles frequency changes
freqToBandClass = function(freq) {
if (freq >= 1800000 && freq <= 2000000)
{
return "band-160m";
}
else if (freq >= 3500000 && freq <= 4000000)
{
return "band-80m";
}
else if (freq >= 5250000 && freq <= 5450000)
{
return "band-60m";
}
else if (freq >= 7000000 && freq <= 7300000)
{
return "band-40m";
}
else if (freq >= 10100000 && freq <= 10150000)
{
return "band-30m";
}
else if (freq >= 14000000 && freq <= 14350000)
{
return "band-20m";
}
else if (freq >= 18068000 && freq <= 18168000)
{
return "band-17m";
}
else if (freq >= 21000000 && freq <= 21450000)
{
return "band-15m";
}
else if (freq >= 24890000 && freq <= 24990000)
{
return "band-12m";
}
else if (freq >= 28000000 && freq <= 29700000)
{
return "band-10m";
}
else if (freq >= 50000000)
{
return "band-vhfuhf";
}
else
{
return "band-unknown";
}
};
To view this discussion visit https://groups.google.com/d/msgid/digitalvoice/CAKVz7kYp6eutCODuSTBy1VbkkRpvTs_JMY-DiqtXxvPF16i0dA%40mail.gmail.com.
> Am 15.01.2026 um 00:51 schrieb Stefan N. <stefan...@googlemail.com>:
>
> Hi Mooneer,
>
> now the band selection doesn’t work properly, so it’s hard to show that on a screenshot.
> Think the time filter works now, but…
> Confusing (hope the video shows that).