Multiply samples with the cubic coeffs before transposing
[openal-soft.git] / OpenAL32 / Include / sample_cvt.h
blob12bb1fa6ce19211f60b05cc1c1dcef33922d4345
1 #ifndef SAMPLE_CVT_H
2 #define SAMPLE_CVT_H
4 #include "AL/al.h"
5 #include "alBuffer.h"
7 void ConvertData(ALvoid *dst, enum UserFmtType dstType, const ALvoid *src, enum UserFmtType srcType, ALsizei numchans, ALsizei len, ALsizei align);
9 #endif /* SAMPLE_CVT_H */