summaryrefslogtreecommitdiff
path: root/rcaudio/ti_audio.h (plain)
blob: 13cd24d6fd2b576bffcaa872200733d5bdc0ed49
1#ifndef TI_AUDIO_H
2#define TI_AUDIO_H
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8
9void audio_ParseData(unsigned char *pdu, unsigned short len, short *decode_buf, unsigned short *decode_len);
10
11
12#ifdef __cplusplus
13}
14#endif
15#endif
16