CLAM-Development  1.4.0
FFTConfig.cxx
Go to the documentation of this file.
1 #include "FFTConfig.hxx"
2 
3 namespace CLAM
4 {
6  {
7  AddAudioSize();
8  UpdateData();
9  SetAudioSize(1024);
10  }
11 
12 }
13