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
6271a039
Commit
6271a039
authored
Feb 18, 2009
by
Alexandre Savard
Browse files
Not recording "pulse noise" anymore when recording while leaving a message
parent
0a606ed4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/iaxvoiplink.cpp
View file @
6271a039
...
...
@@ -222,8 +222,15 @@ IAXVoIPLink::getEvent()
}
if
(
call
){
call
->
recAudio
.
recData
(
spkrDataConverted
,
micData
,
nbSampleForRec_
,
nbSampleForRec_
);
_debug
(
"Are we recording"
);
call
->
recAudio
.
recData
(
spkrDataConverted
,
micData
,
nbSampleForRec_
,
nbSampleForRec_
);
}
// reinitialize speaker buffer for recording (when recording a voice mail)
for
(
int
i
=
0
;
i
<
nbSampleForRec_
;
i
++
)
spkrDataConverted
[
i
]
=
0
;
// thread wait 3 millisecond
_evThread
->
sleep
(
3
);
free
(
event
);
...
...
Write
Preview
Supports
Markdown
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