Up to 16 rcvrs work now, added more bands as well.
This commit is contained in:
@@ -510,7 +510,7 @@ void DataIO::sendAudio(u_char *buf) {
|
||||
cbuf[j].im = (double)sample;
|
||||
}
|
||||
|
||||
if(m_pSoundCardOut)
|
||||
if((m_stopped != true) && m_pSoundCardOut)
|
||||
m_pSoundCardOut->PutOutQueue(63, cbuf);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user