BiVo EFM32GG12  0.1
An open source foundation foundation for remote monitoring of bird vocalizations.
standard_mode.h
Go to the documentation of this file.
1 
9 #ifndef OPERATION_MODES_STANDARD_MODE_STANDARD_MODE_H_
10 #define OPERATION_MODES_STANDARD_MODE_STANDARD_MODE_H_
11 
12 #include <stdint.h>
13 #include <stdbool.h>
14 #include <stdio.h>
15 #include <stdlib.h>
16 #include "serial_usb_drv.h"
17 #include "mic_drv.h"
18 #include "audio_analysis.h"
19 
20 #define AUDIO_SEG_LEN 4.0 // number of seconds for audio segment length
21 
22 #endif /* OPERATION_MODES_STANDARD_MODE_STANDARD_MODE_H_ */
Audio Analysis for flagging if the audio passed in meets the characteristics that may mean a bird cal...