#include <win32/thpaudio.h>
typedef struct
{
char fileName[_MAX_PATH];
FILE* fileHandle;
u32 frequency;
u32 channel;
u32 bitPerSample;
u32 totalSampleSize;
u32 dataBlockOffset;
u32 curFileOffset;
s32 formatType;
s32 type;
} THPAudioFileInfo;
Each member of the THPAudioFileInfo structure is initialized based on the wav file header information at the time that the THPAudioCreateHandle function is called.
2006/03/01 Initial version.
CONFIDENTIAL