android_hardware_aw/audio/astar/libcodec_audio/wav.h
2016-08-06 18:02:22 -04:00

9 lines
135 B
C
Executable file

#ifndef __WAV_H__
#define __WAV_H__
int wav_end(int data);
int wav_save(char *buf, unsigned int buf_size);
void wav_start();
#endif