Re: [FFmpeg-devel] [PATCH] Fix audio clipping problem in dynaudnorm

2016-08-03 Thread andyndeanna
This has been fixed by MuldeR. Thanks, Andy On Fri, Jul 29, 2016 at 8:03 AM, Paul B Mahol wrote: > On 7/27/16, andyndeanna wrote: > > Hello, > > > > See attached patch to fix a clipping problem with dynaudnorm when the > first > > frame contains silence. I implemented the fix by adding a boun

Re: [FFmpeg-devel] [PATCH] Fix audio clipping problem in dynaudnorm

2016-07-29 Thread andyndeanna
Paul, I didn't, but that makes sense. Thanks, Andy On Friday, July 29, 2016, Paul B Mahol wrote: > On 7/27/16, andyndeanna > wrote: > > Hello, > > > > See attached patch to fix a clipping problem with dynaudnorm when the > first > > frame contains silence. I implemented the fix by adding a bo

Re: [FFmpeg-devel] [PATCH] Fix audio clipping problem in dynaudnorm

2016-07-29 Thread Paul B Mahol
On 7/27/16, andyndeanna wrote: > Hello, > > See attached patch to fix a clipping problem with dynaudnorm when the first > frame contains silence. I implemented the fix by adding a boundary mode. > It could also be done by changing how b=1 works. > > Thanks, > Andy > Have you considered sending t