/*---------------------------------------------------------------------------* * IT++ * *---------------------------------------------------------------------------* * Copyright (c) 1995-2003 by Tony Ottosson, Thomas Eriksson, Pål Frenger, * * Tobias Ringström, and Jonas Samuelsson. * * * * Permission to use, copy, modify, and distribute this software and its * * documentation under the terms of the GNU General Public License is hereby * * granted. No representations are made about the suitability of this * * software for any purpose. It is provided "as is" without expressed or * * implied warranty. See the GNU General Public License for more details. * *---------------------------------------------------------------------------*/ /*! \file \brief Include file for the it++ source coding library 1.10 2004/10/19 13:52:08 */ #ifndef __itsrccode_h #define __itsrccode_h #include "itbase.h" #include "srccode/vq.h" #include "srccode/vqtrain.h" #include "srccode/gmm.h" #include "srccode/lpcfunc.h" //#include "srccode/audiodev.h" #include "srccode/audiofile.h" #endif // __itsrccode_h