[vlc-devel] stereo enhancer audio effect
Sukrit Sangwan
sukritsangwan at gmail.com
Sun Mar 11 03:08:09 CET 2012
On Sat, Mar 10, 2012 at 2:41 PM, Jean-Baptiste Kempf <jb at videolan.org>wrote:
> On Sat, Mar 10, 2012 at 06:26:10AM -0800, Sukrit Sangwan wrote :
> > +#define DELAY 20
> > +#define DRY_MIX 0.8
> > +#define CROSSFEED 0.3
> > +#define FEEDBACK 0.3
>
> Should, some of those, be configurable?
>
> I have made all of them configurable..
> > + if ( p_filter->fmt_in.audio.i_format != VLC_CODEC_FL32 ||
>
> > + if ( p_filter->fmt_in.audio.i_channels != 2 )
>
> > + if( unlikely(!p_sys) )
>
> > + if( unlikely(!p_sys->pf_begin) )
>
> Are you using 'if( ' or 'if ( ' ?
>
if( trailing_spaces )
{
delete_spaces( );
}
--
Thanks
Sukrit Sangwan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20120310/dc8abff3/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-stereo_widen.c-filter-to-enhance-stereo.patch
Type: text/x-patch
Size: 11295 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20120310/dc8abff3/attachment.bin>
More information about the vlc-devel
mailing list