Added: lowpass the output values

This commit is contained in:
Bob 2012-11-08 22:01:14 +01:00
parent d872a79a27
commit 19cbbee526
2 changed files with 12 additions and 2 deletions

View file

@ -40,6 +40,7 @@ class CBitVis
float* m_buf;
int m_bufsize;
float* m_fftbuf;
float* m_displaybuf;
int m_samplecounter;
int m_nrffts;