Re: [FFmpeg-devel] [PATCH] avfilter: add native headphone spatialization filter

2017-06-08 Thread wm4
On Thu, 8 Jun 2017 13:24:39 +0200 Paul B Mahol wrote: > On 6/8/17, wm4 wrote: > > On Thu, 8 Jun 2017 11:36:02 +0200 > > Paul B Mahol wrote: > > > >> On 6/8/17, wm4 wrote: > >> > On Thu, 8 Jun 2017 08:13:48

Re: [FFmpeg-devel] [PATCH] avfilter: add native headphone spatialization filter

2017-06-08 Thread Paul B Mahol
On 6/8/17, wm4 wrote: > On Thu, 8 Jun 2017 11:36:02 +0200 > Paul B Mahol wrote: > >> On 6/8/17, wm4 wrote: >> > On Thu, 8 Jun 2017 08:13:48 +0200 >> > Paul B Mahol wrote: >> > >> >> Signed-off-by: Paul B Mahol

Re: [FFmpeg-devel] [PATCH] avfilter: add native headphone spatialization filter

2017-06-08 Thread wm4
On Thu, 8 Jun 2017 11:36:02 +0200 Paul B Mahol wrote: > On 6/8/17, wm4 wrote: > > On Thu, 8 Jun 2017 08:13:48 +0200 > > Paul B Mahol wrote: > > > >> Signed-off-by: Paul B Mahol > >> --- > > > > Feeding the

Re: [FFmpeg-devel] [PATCH] avfilter: add native headphone spatialization filter

2017-06-08 Thread Paul B Mahol
On 6/8/17, wm4 wrote: > On Thu, 8 Jun 2017 08:13:48 +0200 > Paul B Mahol wrote: > >> Signed-off-by: Paul B Mahol >> --- > > Feeding the coefficients as additional audio inputs, and using amovie > to load them, seems like an extremely

Re: [FFmpeg-devel] [PATCH] avfilter: add native headphone spatialization filter

2017-06-08 Thread wm4
On Thu, 8 Jun 2017 08:13:48 +0200 Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- Feeding the coefficients as additional audio inputs, and using amovie to load them, seems like an extremely awkward choice. It would make sense to me if there actually

[FFmpeg-devel] [PATCH] avfilter: add native headphone spatialization filter

2017-06-08 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- doc/filters.texi | 41 +++ libavfilter/Makefile | 1 + libavfilter/af_headphone.c | 803 + libavfilter/allfilters.c | 1 + 4 files changed, 846 insertions(+) create mode 100644