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
2eeb667b
Commit
2eeb667b
authored
Sep 11, 2013
by
Tristan Matthews
Browse files
* #29271: audiobuffer: downgrade severity of message
parent
4bb5100f
Changes
1
Hide whitespace changes
Inline
Side-by-side
daemon/src/audio/audiobuffer.cpp
View file @
2eeb667b
...
...
@@ -108,7 +108,7 @@ void AudioBuffer::applyGain(double gain)
const
double
g
=
std
::
max
(
std
::
min
(
1.0
,
gain
),
-
1.0
);
if
(
g
!=
gain
)
WARN
(
"Normalizing %f to [-1.0, 1.0]"
,
gain
);
DEBUG
(
"Normalizing %f to [-1.0, 1.0]"
,
gain
);
for
(
auto
&
channel
:
samples_
)
for
(
auto
&
sample
:
channel
)
...
...
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