You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avfilter/af_speechnorm: change initial gain state
Stops doing unwanted fade-in at start.
This commit is contained in:
@@ -536,7 +536,7 @@ static int config_input(AVFilterLink *inlink)
|
||||
ChannelContext *cc = &s->cc[ch];
|
||||
|
||||
cc->state = -1;
|
||||
cc->gain_state = 1.;
|
||||
cc->gain_state = s->max_expansion;
|
||||
}
|
||||
|
||||
switch (inlink->format) {
|
||||
|
Reference in New Issue
Block a user