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
93baf839
Commit
93baf839
authored
Jun 07, 2010
by
Alexandre Savard
Browse files
[#3471] Send microphone data through if no spkrdata is arrived yet
parent
b240bb7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
sflphone-common/src/audio/echocancel.cpp
View file @
93baf839
...
...
@@ -244,7 +244,8 @@ int EchoCancel::process(SFLDataFormat *inputData, SFLDataFormat *outputData, int
{
if
(
_spkrStoped
)
{
return
0
;
bcopy
(
inputData
,
outputData
,
nbBytes
);
return
nbBytes
;
}
int
byteSize
=
_smplPerFrame
*
sizeof
(
SFLDataFormat
);
...
...
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