Re: [FFmpeg-user] Dynaudnorm & earwax filters

2018-12-12 Thread Paul B Mahol
On 12/12/18, Ronak wrote: > > >> On Dec 12, 2018, at 12:10 PM, Paul B Mahol wrote: >> >> On 12/12/18, Ronak wrote: >>> >>> On Dec 12, 2018, at 11:36 AM, Paul B Mahol wrote: On 12/12/18, Ronak wrote: > >> On Dec 12, 2018, at 11:26 AM, Paul B Mahol wrote: >> >>

Re: [FFmpeg-user] Dynaudnorm & earwax filters

2018-12-12 Thread Ronak
> On Dec 12, 2018, at 12:10 PM, Paul B Mahol wrote: > > On 12/12/18, Ronak wrote: >> >> >>> On Dec 12, 2018, at 11:36 AM, Paul B Mahol wrote: >>> >>> On 12/12/18, Ronak wrote: > On Dec 12, 2018, at 11:26 AM, Paul B Mahol wrote: > > On 12/12/18, Ronak wrote: >>

Re: [FFmpeg-user] Dynaudnorm & earwax filters

2018-12-12 Thread Paul B Mahol
On 12/12/18, Ronak wrote: > > >> On Dec 12, 2018, at 11:36 AM, Paul B Mahol wrote: >> >> On 12/12/18, Ronak wrote: >>> On Dec 12, 2018, at 11:26 AM, Paul B Mahol wrote: On 12/12/18, Ronak wrote: > > >> On Dec 12, 2018, at 8:32 AM, Nicolas George wrote: >>

Re: [FFmpeg-user] Dynaudnorm & earwax filters

2018-12-12 Thread Ronak
> On Dec 12, 2018, at 11:36 AM, Paul B Mahol wrote: > > On 12/12/18, Ronak wrote: >> >>> On Dec 12, 2018, at 11:26 AM, Paul B Mahol wrote: >>> >>> On 12/12/18, Ronak wrote: > On Dec 12, 2018, at 8:32 AM, Nicolas George wrote: > > Ronak (2018-12-11): >> Ok

Re: [FFmpeg-user] Dynaudnorm & earwax filters

2018-12-12 Thread Paul B Mahol
On 12/12/18, Ronak wrote: > >> On Dec 12, 2018, at 11:26 AM, Paul B Mahol wrote: >> >> On 12/12/18, Ronak wrote: >>> >>> On Dec 12, 2018, at 8:32 AM, Nicolas George wrote: Ronak (2018-12-11): > Ok thanks. I tried to use this filter in my iOS code; but I'm getting >

Re: [FFmpeg-user] Dynaudnorm & earwax filters

2018-12-12 Thread Ronak
> On Dec 12, 2018, at 11:26 AM, Paul B Mahol wrote: > > On 12/12/18, Ronak wrote: >> >> >>> On Dec 12, 2018, at 8:32 AM, Nicolas George wrote: >>> >>> Ronak (2018-12-11): Ok thanks. I tried to use this filter in my iOS code; but I'm getting errors with an error code -35.

Re: [FFmpeg-user] Dynaudnorm & earwax filters

2018-12-12 Thread Paul B Mahol
On 12/12/18, Ronak wrote: > > >> On Dec 12, 2018, at 8:32 AM, Nicolas George wrote: >> >> Ronak (2018-12-11): >>> Ok thanks. I tried to use this filter in my iOS code; but I'm getting >>> errors with an error code -35. >>> >>> This is my code that tries to write data into the filter graph and

Re: [FFmpeg-user] Dynaudnorm & earwax filters

2018-12-12 Thread Ronak
> On Dec 12, 2018, at 8:32 AM, Nicolas George wrote: > > Ronak (2018-12-11): >> Ok thanks. I tried to use this filter in my iOS code; but I'm getting >> errors with an error code -35. >> >> This is my code that tries to write data into the filter graph and >> reads it back; what am I doing

Re: [FFmpeg-user] Dynaudnorm & earwax filters

2018-12-12 Thread Nicolas George
Ronak (2018-12-11): > Ok thanks. I tried to use this filter in my iOS code; but I'm getting > errors with an error code -35. > > This is my code that tries to write data into the filter graph and > reads it back; what am I doing wrong? I do not read whatever language that is, but at the very

Re: [FFmpeg-user] Dynaudnorm & earwax filters

2018-12-11 Thread Carl Eugen Hoyos
2018-12-11 17:25 GMT+01:00, Ronak : > > >> On Dec 10, 2018, at 7:29 PM, Carl Eugen Hoyos wrote: >> >> 2018-12-11 1:07 GMT+01:00, Ronak : >>> Hey guys, >>> >>> I'm trying to use the dynaudnorm and earwax filters in my iPhone app, and >>> I've noticed that the dynaudnorm filter wants to resample

Re: [FFmpeg-user] Dynaudnorm & earwax filters

2018-12-11 Thread Ronak
> On Dec 10, 2018, at 7:29 PM, Carl Eugen Hoyos wrote: > > 2018-12-11 1:07 GMT+01:00, Ronak : >> Hey guys, >> >> I'm trying to use the dynaudnorm and earwax filters in my iPhone app, and >> I've noticed that the dynaudnorm filter wants to resample the audio. >> >> Is there any way to avoid

Re: [FFmpeg-user] Dynaudnorm & earwax filters

2018-12-10 Thread Carl Eugen Hoyos
2018-12-11 1:07 GMT+01:00, Ronak : > Hey guys, > > I'm trying to use the dynaudnorm and earwax filters in my iPhone app, and > I've noticed that the dynaudnorm filter wants to resample the audio. > > Is there any way to avoid resampling the audio? What format does the filter > expect the input to

[FFmpeg-user] Dynaudnorm & earwax filters

2018-12-10 Thread Ronak
Hey guys, I'm trying to use the dynaudnorm and earwax filters in my iPhone app, and I've noticed that the dynaudnorm filter wants to resample the audio. Is there any way to avoid resampling the audio? What format does the filter expect the input to be? I'm initializing the filters with the