Removed activity simulator from the internal send thread: it is eating the processor on higher sampling rates.

git-svn-id: http://yate.null.ro/svn/yate/trunk@6131 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2016-08-19 14:17:55 +00:00
parent 7cd78c58ec
commit 971ea0f692
1 changed files with 0 additions and 3 deletions

View File

@ -4324,9 +4324,6 @@ void BrfLibUsbDevice::runSend(BrfThread* th)
ts = crtRxTs;
}
while (!status && sendCount--) {
// Simulate some processing
// This will allow other threads to call device methods
generateExpTone(buf,3);
status = syncTx(ts,(float*)buf.data(),buf.length(),0,true);
ts += buf.length();
}