CLAM-Development  1.1
IFFTConfig.cxx
Go to the documentation of this file.
00001 #include "IFFTConfig.hxx"
00002 
00003 namespace CLAM
00004 {
00005         void IFFTConfig::DefaultInit(void)
00006         {
00007                 AddAudioSize();
00008                 UpdateData();
00009                 SetAudioSize(1024);
00010         }       
00011 }
00012