#define CACHA_RAPPORT_NSAMPLESTOSEND 10 // a sample is positionned at a high pred from the cnn, we extract the audio signal arround to send back via network
#define CACHA_RAPPORT_SAMPLE_RATE 128000
#define CACHA_RAPPORT_SAMPLESPERSAMPLE 12800// number of audio samples per high pred sample to send back
#define RAPPORT_CHANNELS 5 // number of channels recorded to include in the report
#define ADDITIONNAL_DATA_SIZE 736
#define trameSize 31
typedefstruct{
floatpredsC[CACHA_LENPRED];//len of preds for 10sec signal
shortnumDetectionsCachalot;
floatpredsR[RORQUAL_LENPRED];//len of preds for 60sec signal
shortnumDetectionsRorqual;
charfileName[50];//Nom du fichier concerne
// int ToAs_cacha[NTOAS_MAX];
// unsigned char hydros_ToAs_cacha[NTOAS_MAX];
shortpredPeaksR[RORQUAL_RAPPORT_NSAMPLESTOSEND];//indices of predPeaks for rorqual
shortpredPeaksC[CACHA_RAPPORT_NSAMPLESTOSEND];//indices of predPeaks for cachalot