Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
3ab5cb76
Commit
3ab5cb76
authored
Feb 06, 2009
by
Emmanuel Milou
Browse files
Remove debug
parent
c6202d42
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plug-in/audiorecorder/audiorecord.cpp
View file @
3ab5cb76
...
...
@@ -378,7 +378,7 @@ void AudioRecord::recData(SFLDataFormat* buffer_1, SFLDataFormat* buffer_2, int
byteCounter_
+=
(
unsigned
long
)(
nSamples_1
*
sizeof
(
SFLDataFormat
));
printf
(
"AudioRecord::recData():: byteCounter_ : %i
\n
"
,(
int
)
byteCounter_
);
//
printf("AudioRecord::recData():: byteCounter_ : %i \n",(int)byteCounter_ );
delete
[]
mixBuffer_
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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