Lines Matching full:bat
21 #define TEMP_RECORD_FILE_NAME "/tmp/bat.wav.XXXXXX"
77 * If DELTA_RATE is too high, BAT may not be able to recognize negative result;
78 * if too low, BAT may be too sensitive and results in uncecessary failure. */
145 struct bat;
178 void *(*fct)(struct bat *);
215 struct bat { struct
265 void prepare_wav_info(struct wav_container *, struct bat *); argument
266 int read_wav_header(struct bat *, char *, FILE *, bool);
267 int write_wav_header(FILE *, struct wav_container *, struct bat *);
268 int update_wav_header(struct bat *, FILE *, int);
269 int generate_input_data(struct bat *, void *, int, int);