1 #ifndef STK_FILEWRITE_H
2 #define STK_FILEWRITE_H
35 typedef unsigned long FILE_TYPE;
59 void open( std::string fileName,
unsigned int nChannels = 1,
79 bool setRawFile( std::string fileName );
82 bool setWavFile( std::string fileName );
85 void closeWavFile(
void );
88 bool setSndFile( std::string fileName );
91 void closeSndFile(
void );
94 bool setAifFile( std::string fileName );
97 void closeAifFile(
void );
100 bool setMatFile( std::string fileName );
103 void closeMatFile(
void );
108 unsigned int channels_;
109 unsigned long frameCounter_;