Fixes, mic level testing and volume adjustment

This commit is contained in:
Grishka
2018-12-30 02:24:55 +03:00
parent fed3bb73ee
commit 8fd89fc173
16 changed files with 236 additions and 113 deletions

View File

@@ -87,6 +87,10 @@ void MessageThread::Run(){
}
#endif
}
if(!running){
queueMutex.Unlock();
return;
}
currentTime=VoIPController::GetCurrentTime();
std::vector<Message> msgsToDeliverNow;
for(std::vector<Message>::iterator m=queue.begin();m!=queue.end();){