Lines Matching full:bat
16 #define TEMP_RECORD_FILE_NAME "/tmp/bat.wav.XXXXXX"
71 * If DELTA_RATE is too high, BAT may not be able to recognize negative result;
72 * if too low, BAT may be too sensitive and results in uncecessary failure. */
139 struct bat;
171 void *(*fct)(struct bat *);
208 struct bat { struct
257 void prepare_wav_info(struct wav_container *, struct bat *); argument
258 int read_wav_header(struct bat *, char *, FILE *, bool);
259 int write_wav_header(FILE *, struct wav_container *, struct bat *);
260 int update_wav_header(struct bat *, FILE *, int);
261 int generate_input_data(struct bat *, void *, int, int);