Hi Forrest,
I expect that it won't be long before we can release RC7. Keep your
fingers crossed for us.
73 de Uwe, DG2YCB,
Am 24.09.24 um 20:48 schrieb Forrest Fleming via wsjt-devel:
Hi John,
Would you mind making the resulting build available? I understand if
it's not ready for public rele
Hi John,
Would you mind making the resulting build available? I understand if it's
not ready for public release as rc7 or similar, but I'd very much
appreciate being able to use it. Thanks!
On Tue, Sep 24, 2024 at 4:07 AM John Nelson via wsjt-devel <
wsjt-devel@lists.sourceforge.net> wrote:
> Hi
Hi All,
Following the suggestion from Uwe concerning this line in Audio/soundout.cpp
void SoundOutput::stop ()
{
if (m_stream)
{
m_stream->reset ();
m_stream->stop ();
}
m_stream.reset (); // <--- dropping this reset makes problem go away
}
I deleted this line and rebuilt w