diff options
author | Chris Robinson <[email protected]> | 2019-07-28 17:22:00 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-07-28 17:22:00 -0700 |
commit | bb0062625f13bd64c9f83f8c482eae119009a48f (patch) | |
tree | cdf5090af2ce0f33a031616f0769ebf4ad0d0799 /OpenAL32/Include | |
parent | b4d56d3fdff4243ae2a3fc64934ced2af3187690 (diff) |
Move the ADPCM decoders to alBuffer.cpp
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r-- | OpenAL32/Include/sample_cvt.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/OpenAL32/Include/sample_cvt.h b/OpenAL32/Include/sample_cvt.h deleted file mode 100644 index c8c1ad23..00000000 --- a/OpenAL32/Include/sample_cvt.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef SAMPLE_CVT_H -#define SAMPLE_CVT_H - -#include "AL/al.h" -#include "albyte.h" - - -void Convert_ALshort_ALima4(ALshort *dst, const al::byte *src, ALsizei numchans, ALsizei len, - ALsizei align); -void Convert_ALshort_ALmsadpcm(ALshort *dst, const al::byte *src, ALsizei numchans, ALsizei len, - ALsizei align); - -#endif /* SAMPLE_CVT_H */ |