Skip to content
Snippets Groups Projects
Commit 7dc9e7e2 authored by Alexandre Savard's avatar Alexandre Savard
Browse files

Minor comments

parent 6951abab
No related branches found
No related tags found
No related merge requests found
......@@ -472,11 +472,11 @@ AudioRtpRTX::run () {
if(sessionWaiting == 1){
_debug("Record TWO buffer \n");
// _debug("Record TWO buffer \n");
_ca->recAudio.recData(spkrDataConverted,micData,_nSamplesSpkr,_nSamplesMic);
}
else {
_debug("Record ONE buffer \n");
// _debug("Record ONE buffer \n");
_ca->recAudio.recData(micData,_nSamplesMic);
}
......
......@@ -89,7 +89,6 @@ IAXVoIPLink::init()
if (initDone())
return false;
bool returnValue = false;
// _localAddress = "127.0.0.1";
// port 0 is default
......@@ -215,7 +214,7 @@ IAXVoIPLink::getEvent()
}
_mutexIAX.leaveMutex();
if(call){
// _debug("Are we recording");
call->recAudio.recData(spkrDataConverted,micData,nbSampleForRec_,nbSampleForRec_);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment