aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/sample_cvt.h
blob: 12bb1fa6ce19211f60b05cc1c1dcef33922d4345 (plain)
1
2
3
4
5
6
7
8
9
#ifndef SAMPLE_CVT_H
#define SAMPLE_CVT_H

#include "AL/al.h"
#include "alBuffer.h"

void ConvertData(ALvoid *dst, enum UserFmtType dstType, const ALvoid *src, enum UserFmtType srcType, ALsizei numchans, ALsizei len, ALsizei align);

#endif /* SAMPLE_CVT_H */