2012/1/24 August Winkelman <span dir="ltr"><<a href="mailto:A.J.M.Winkelman@tudelft.nl">A.J.M.Winkelman@tudelft.nl</a>></span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div>
<div style="direction:ltr;font-size:10pt;font-family:Tahoma"><font color="black" face="Tahoma"><span style="font-size:10pt" dir="ltr">VLC developers,<br>
I would like to try and implement audio convolution (FIR filtering) with VLC (Ubuntu) much like 'convolver' that is available for the windows platform (addon for windowsmediaplayer etc). It seems there is no such simple add-on for any audioplayer in Ubuntu.<br>

I suppose your equalizer module is a good starting point to try and implement audio convolution.<br>
<br>
I'm not a c-programmer (I use Matlab, Labview etc) but I had a look at the source-code equalizer.c and I think I understand more than 50% ;)<br>
One thing I definitely do not understand is how the graphical interface is created in the module.<br></span></font></div></div></blockquote><div><br></div><div>The GUI modules create them separately (you have to build GUI via them if you want it in e.g. QT4 interface). So equalizer.c doesn't have any GUI related code.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="direction:ltr;font-size:10pt;font-family:Tahoma"><font color="black" face="Tahoma"><span style="font-size:10pt" dir="ltr">
<br>
Questions:<br>
do you agree that convolution might be easily implemented in the equalizer module?<br></span></font></div></div></blockquote><div><br></div><div>It should be a quite easy thing to do.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div style="direction:ltr;font-size:10pt;font-family:Tahoma"><font color="black" face="Tahoma"><span style="font-size:10pt" dir="ltr">
Would there be c wizards in the VLC project willing to help?<br>
<br>
Many thanks for your time,<span class="HOEnZb"><font color="#888888"><br>
August Winkelman<br>
Delft<br>
The Netherlands</font></span></span></font></div>
</div>

<br>_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
<br></blockquote></div><br>