Search found 4 matches

Go to advanced search

by andifuchs
20 Sep 2013 10:27
Forum: Development around libVLC
Topic: Submit with Dependency Library
Replies: 1
Views: 412

Submit with Dependency Library

Hello, I want to submit my module to the devel-mailinglist and not sure how to handle the dependency library. I read through all the wiki, but didn't find a conclusive answer. To compile i added the netcdf library, which is dependent on hdf5 an szip (so the source files are rather big) and configure...
by andifuchs
18 Sep 2013 16:03
Forum: Development around libVLC
Topic: Some advice on Audio Filter Module
Replies: 5
Views: 934

Re: Some advice on Audio Filter Module

I did some additional testing and now i can say the "special" ones work. wav files with 24 bit work fine, but wav files with 16bit crash. I have the combination of audioresampler, audio_format (which get only loaded with 16bit) and my module under suspicion.
by andifuchs
17 Sep 2013 10:22
Forum: Development around libVLC
Topic: Some advice on Audio Filter Module
Replies: 5
Views: 934

Re: Some advice on Audio Filter Module

Hello, Thanks for your reply. gdb Backtracing revealed this, when the vlccore is resampling a wav file for me. Again mp3/ogg/ac3 work fine: (gdb) bt #0 0xb7fdd424 in __kernel_vsyscall () #1 0xb7dfcb1f in raise () from /lib/i386-linux-gnu/libc.so.6 #2 0xb7e000b3 in abort () from /lib/i386-linux-gnu/l...
by andifuchs
11 Sep 2013 16:49
Forum: Development around libVLC
Topic: Some advice on Audio Filter Module
Replies: 5
Views: 934

Some advice on Audio Filter Module

Hello vlc-community, I'm writing an Audio Filter Module similiar to the Headphone Effect, but to give a more realistic effect it is able to load SOFA ( http://www.sofaconventions.org ) files and read the SimpleFreeFieldHRIR data. So it is possible to load different (measured or simulated) HeadRelate...

Go to advanced search