removed: code that used lots of cpu for no good reason
This commit is contained in:
parent
22a862f287
commit
ecde07e5a4
1 changed files with 0 additions and 3 deletions
|
@ -254,9 +254,6 @@ void CBitVis::ProcessAudio()
|
|||
|
||||
if (m_samplecounter % (samplerate / 30) == 0)
|
||||
{
|
||||
m_fft.ApplyWindow();
|
||||
fftwf_execute(m_fft.m_plan);
|
||||
|
||||
float start = 0.0f;
|
||||
float add = 1.0f;
|
||||
for (int j = 0; j < m_nrcolumns; j++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue