mirror of
https://github.com/azahar-emu/soundtouch
synced 2025-11-07 07:30:02 +01:00
cleanup previous
This commit is contained in:
parent
510a94e990
commit
8174f6bc10
@ -72,7 +72,7 @@ using namespace soundtouch;
|
|||||||
}
|
}
|
||||||
|
|
||||||
#else
|
#else
|
||||||
#define _DEBUG_SAVE_AAFIR_COEFFS(x, y) ()
|
#define _DEBUG_SAVE_AAFIR_COEFFS(x, y)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
@ -123,7 +123,7 @@ void AAFilter::calculateCoeffs()
|
|||||||
{
|
{
|
||||||
uint i;
|
uint i;
|
||||||
double cntTemp, temp, tempCoeff,h, w;
|
double cntTemp, temp, tempCoeff,h, w;
|
||||||
double fc2, wc;
|
double wc;
|
||||||
double scaleCoeff, sum;
|
double scaleCoeff, sum;
|
||||||
double *work;
|
double *work;
|
||||||
SAMPLETYPE *coeffs;
|
SAMPLETYPE *coeffs;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user