00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 #ifndef _TIMIT_H_
00010 #define _TIMIT_H_
00011 
00012 #include <AGAPI.h>
00013 #include "agfio.h"
00014 #include "Paired.h"
00015 
00017 class DllExport TIMIT : public agfio
00018 {
00019 
00020 private:
00021 
00022   
00023   
00024   void
00025   add_annotation(Paired &pair, const string& type, const AGId &agId,
00026                  const Unit& unit, const SignalIds& signalIds);
00027 
00028   virtual bool
00029   is_id_required()
00030   { return true; }
00031 
00032   virtual AGIds
00033   load();
00034 
00035 };
00036 
00037 #endif