3 --- akode
/lib
/volumefilter
.cpp
.orig
2011-08-30 13:56:43.000000000 +0000
4 +++ akode
/lib
/volumefilter
.cpp
5 @@
-29,7 +29,7 @@
namespace aKode
{
6 VolumeFilter::VolumeFilter() : m_volume(0) {}
8 // T is the input/output type, S is the fast arithmetics type, Arithm is a division definition
9 -template<typename T
, typename S
, template<typename S
> class Arithm
>
10 +template<typename T
, typename S
, template<typename U
> class Arithm
>
11 static bool _doFrame(AudioFrame
* in
, AudioFrame
* out
, int volume
)
13 T
** indata
= (T
**)in
->data
;