Re: [wsjt-devel] MacOS Sequoia losing audio input

2024-09-24 Thread DG2YCB, Uwe via wsjt-devel
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

Re: [wsjt-devel] MacOS Sequoia losing audio input

2024-09-24 Thread Forrest Fleming via wsjt-devel
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

Re: [wsjt-devel] MacOS Sequoia losing audio input

2024-09-24 Thread John Nelson via wsjt-devel
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