small tweak
This commit is contained in:
parent
4d4f7c585c
commit
c7e683ac29
2 changed files with 18 additions and 7 deletions
|
@ -89,7 +89,7 @@ void Cfft::ApplyWindow()
|
|||
float* out = m_fftin;
|
||||
|
||||
while (in != inend)
|
||||
*(out++) = *(in++);// * *(window++);
|
||||
*(out++) = *(in++) * *(window++);
|
||||
}
|
||||
|
||||
void Cfft::AddSample(float sample)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue