aboutsummaryrefslogtreecommitdiff
path: root/backends/PalmOS/Src/arm/pa1_snd.h
blob: 9d7f1f3c0d6eec249b442a464f12dbf8c5aae291 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __PA1_SND_H__
#define __PA1_SND_H__

#include <PalmOS.h>

#define COMPILE_PA1SND

void pcm2adpcm(Int16 *src, UInt8 *dst, UInt32 length);

#endif