Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
7dc9e7e2
Commit
7dc9e7e2
authored
Feb 20, 2009
by
Alexandre Savard
Browse files
Minor comments
parent
6951abab
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/audio/audiortp.cpp
View file @
7dc9e7e2
...
...
@@ -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
);
}
...
...
src/iaxvoiplink.cpp
View file @
7dc9e7e2
...
...
@@ -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_
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment