diff options
Diffstat (limited to 'sms/synthesis.c')
-rw-r--r-- | sms/synthesis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sms/synthesis.c b/sms/synthesis.c index fd882c3..bba506c 100644 --- a/sms/synthesis.c +++ b/sms/synthesis.c @@ -211,7 +211,7 @@ static int StocSynthApprox (SMS_Data *pSmsData, SMS_SynthParams *pSynthParams) int sizeSpec1 = pSmsData->nCoeff; int sizeSpec2 = pSynthParams->sizeHop; int sizeFft = pSynthParams->sizeHop << 1; /* 50% overlap, so sizeFft is 2x sizeHop */ - float fStocGain; + sfloat fStocGain; /* if no gain or no coefficients return */ if (*(pSmsData->pFStocGain) <= 0) return 0; |