12345678910111213141516171819202122232425262728293031323334353637 |
- #ifndef EAS_GLUE_H
- #define EAS_GLUE_H
- #include "arm-wt-22k/host_src/eas.h"
- void EASGlueInit( void );
- void EASGlueShutdown( void );
- void EASGlueOpenFile( const char * filename );
- void EASGluePause();
- void EASGlueResume();
- void EASGlueCloseFile();
- void EASGlueRender( EAS_PCM * outputBuffer, EAS_I32 * generatedSamples );
- #endif
|