Up to 16 rcvrs work now, added more bands as well.

This commit is contained in:
n1gp
2015-06-29 10:08:52 -04:00
parent cb8fdae7ea
commit 5f3abb4ab9
12 changed files with 212 additions and 15 deletions
+1 -1
View File
@@ -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);
}