Fix absurd typo
This commit is contained in:
@@ -155,7 +155,7 @@ R3StretcherImpl::ScaleData::synthesisWindowShape(int fftSize)
|
|||||||
int
|
int
|
||||||
R3StretcherImpl::ScaleData::synthesisWindowLength(int fftSize)
|
R3StretcherImpl::ScaleData::synthesisWindowLength(int fftSize)
|
||||||
{
|
{
|
||||||
if (fftSize > 2048) return HannWindow;
|
if (fftSize > 2048) return fftSize/2;
|
||||||
else return fftSize;
|
else return fftSize;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user