sample_cvt.h 260 B

123456789
  1. #ifndef SAMPLE_CVT_H
  2. #define SAMPLE_CVT_H
  3. #include "AL/al.h"
  4. #include "alBuffer.h"
  5. void ConvertData(ALvoid *dst, enum UserFmtType dstType, const ALvoid *src, enum UserFmtType srcType, ALsizei numchans, ALsizei len, ALsizei align);
  6. #endif /* SAMPLE_CVT_H */