Skip to content
Snippets Groups Projects
Commit eead478c authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

Merge branch 'recording' of git+ssh://repos-sflphone-git@sflphone.org/~/sflphone into recording

parents 647939a9 5808fc4f
No related branches found
No related tags found
No related merge requests found
...@@ -219,8 +219,7 @@ IAXVoIPLink::getEvent() ...@@ -219,8 +219,7 @@ IAXVoIPLink::getEvent()
sendRegister(""); sendRegister("");
} }
if(call){ if(call){
printf("IAXVoIPLink::getEvent() : nbSample_ %i \n",nbSampleForRec_*sizeof(SFLDataFormat)); call->recAudio.recData(spkrDataConverted,micData,nbSampleForRec_,nbSampleForRec_);
call->recAudio.recData(spkrDataConverted,micData,nbSampleForRec_*sizeof(SFLDataFormat),nbSampleForRec_*sizeof(SFLDataFormat));
} }
// thread wait 3 millisecond // thread wait 3 millisecond
_evThread->sleep(3); _evThread->sleep(3);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment