equalizer: Use floating point arithmetic internally for the int16 mode
authorGhislain 'Aus' Lacroix <aus@songbirdnest.com>
Thu, 28 May 2009 10:39:46 +0000 (12:39 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 28 May 2009 10:39:46 +0000 (12:39 +0200)
commit9507cdc84c968dc142356157c861e8d216b85716
treea420d32f36535f139d24e8ecc7ca1e37b713d1d3
parent0c61b20ac6748f1fcd809fcab26f9968052ad1ec
equalizer: Use floating point arithmetic internally for the int16 mode

By using int32 arithmetic we will introduce distortions as the
IIR filter is very sensitive to rounding errors. Fixes bug #580214.
gst/equalizer/gstiirequalizer.c