[FFmpeg-devel] [PATCH 2/2] tools: add sofa2wavs

Paul B Mahol onemda at gmail.com
Fri Jun 9 18:02:37 EEST 2017


On 6/9/17, wm4 <nfxjfg at googlemail.com> wrote:
> On Fri,  9 Jun 2017 13:44:01 +0200
> Paul B Mahol <onemda at gmail.com> wrote:
>
>> Signed-off-by: Paul B Mahol <onemda at gmail.com>
>> ---
>>  Makefile          |  1 +
>>  tools/Makefile    |  1 +
>>  tools/sofa2wavs.c | 79
>> +++++++++++++++++++++++++++++++++++++++++++++++++++++++
>>  3 files changed, 81 insertions(+)
>>  create mode 100644 tools/sofa2wavs.c
>>
>> diff --git a/Makefile b/Makefile
>> index 685b613..a2df8b9 100644
>> --- a/Makefile
>> +++ b/Makefile
>> @@ -82,6 +82,7 @@ target_dec_%_fuzzer$(EXESUF): target_dec_%_fuzzer.o
>> $(FF_DEP_LIBS)
>>  	$(LD) $(LDFLAGS) $(LDEXEFLAGS) $(LD_O) $^ $(ELIBS) $(FF_EXTRALIBS)
>> $(LIBFUZZER_PATH)
>
> Again: if this tool is needed anyway, why not make a minimal custom
> file format that will make the filter nicer to use?

wav is minimal custom format, I already said that I do not want to invent new
minimal format for storing HRIRs.

But I will not block the patch that will do that, so feel free to post patch.


More information about the ffmpeg-devel mailing list