mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:20:56 +01:00
avfilter/af_speechnorm: change initial gain state
Stops doing unwanted fade-in at start.
This commit is contained in:
parent
7f4c5f6525
commit
e17628b720
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue